Skip to content

Commit

Permalink
chore: improve npm ignore list (#104)
Browse files Browse the repository at this point in the history
Drop From Package
* all dot file and folders with .* (.github, .travis.yml, .eslintrc.yml, etc...)
  * .github/
  * .travis.yml
  * .eslintrc.yml
  * .eslintignore
  * .ratignore
* appveyor.yml

== PACKAGE REPORT ==
* BEFORE
npm notice package size:  41.5 kB
npm notice unpacked size: 179.4 kB
npm notice total files:   34

* AFTER
npm notice package size:  39.1 kB
npm notice unpacked size: 173.8 kB
npm notice total files:   24
  • Loading branch information
erisu authored and raphinesse committed Nov 10, 2019
1 parent 40cb6ce commit 2fb32fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.*
appveyor.yml
spec
coverage

0 comments on commit 2fb32fe

Please sign in to comment.