summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-19 23:10:31 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-19 23:10:31 -0700
commitec024cc26f147d8c784ba7526705202b15718ba6 (patch)
treec7e9ce317057ed1e8dcca4891b0495b9200c2c50
parentd6e897c0f351b03f6583f4bf1a08564e1ac1e515 (diff)
Ignore node_modules and coverage for `npm publish`
-rw-r--r--.npmignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore
index eadfe07..d5eab19 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,4 +1,6 @@
src
+node_modules
+coverage
.gitignore
tsconfig.json
jest.config.js