Skip to content

Commit

Permalink
Add .DS_Store and test/ to .npmignore
Browse files Browse the repository at this point in the history
An oversight?

Previously:

npm notice === Tarball Contents ===
npm notice 1.2kB  package.json
npm notice 6.1kB  .DS_Store
npm notice 44B    .tesselignore
npm notice 5.1kB  readme.md
npm notice 26.0kB lib/index.js
npm notice 63.4kB test/index.js
npm notice 15.9kB test/tessel-mock.js
  • Loading branch information
rwaldron committed May 10, 2019
1 parent b94db35 commit 30754df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
@@ -1,3 +1,4 @@
.DS_Store
.gitignore
.jscsrc
.nycrc
Expand All @@ -13,3 +14,4 @@ send.sh
upgrade-firmware.sh
upload-tar.sh
watch.js
test/

0 comments on commit 30754df

Please sign in to comment.