From db9c60a63d5877f44d8c9f3b10226d4ba879501e Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 3 Apr 2024 10:11:21 -0700 Subject: [PATCH] add ./test to .npmignore (shrink package size) --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 3e8e260..9e4936b 100644 --- a/.npmignore +++ b/.npmignore @@ -56,3 +56,4 @@ codecov.yml .travis.yml .eslintrc.yaml .eslintrc.json +test