Skip to content

Commit

Permalink
Fix .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Apr 15, 2019
1 parent c32005f commit 79a26ca
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
.DS_Store
node_modules
.nyc_output
coverage
yarn-error.log

test
coverage
.codecov

.editorconfig
.eslintrc.json
.huskyrc.json
.lintstagedrc
.travis.yml
yarn.lock
/.editorconfig
/.eslintrc.json
/.huskyrc.json
/.lintstagedrc
/.travis.yml
/yarn.lock
/test.mjs

0 comments on commit 79a26ca

Please sign in to comment.