Skip to content

Commit

Permalink
Exclude unnecessary files from the npm package (#5)
Browse files Browse the repository at this point in the history
* Exclude unnecessary files from the npm package

Listed a few files and folders which are currently included in the published npm package, while they should not be.

* Update .npmignore
  • Loading branch information
pkuczynski committed Jul 10, 2023
1 parent 8f25839 commit 3f9bc1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.eslintrc
.gitattributes
.travis.yml
test.js

0 comments on commit 3f9bc1c

Please sign in to comment.