diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-19 23:10:31 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-19 23:10:31 -0700 |
commit | ec024cc26f147d8c784ba7526705202b15718ba6 (patch) | |
tree | c7e9ce317057ed1e8dcca4891b0495b9200c2c50 | |
parent | d6e897c0f351b03f6583f4bf1a08564e1ac1e515 (diff) |
Ignore node_modules and coverage for `npm publish`
-rw-r--r-- | .npmignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ src +node_modules +coverage .gitignore tsconfig.json jest.config.js |