Skip to content

Commit

Permalink
add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 5, 2016
1 parent ad1b872 commit 0fbcb69
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.DS_Store
node_modules
test
scripts
appveyor.yml
.travis.yml
Makefile
.npmignore
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ endif
check:
npm test

testpack:
rm -f ./*tgz
npm pack
tar -ztvf *tgz
rm -f ./*tgz

.PHONY: test check

0 comments on commit 0fbcb69

Please sign in to comment.