Skip to content

Commit

Permalink
exclude ./bin directory from npmignore
Browse files Browse the repository at this point in the history
fixes #3
  • Loading branch information
kylewelsby committed Oct 17, 2015
1 parent d5c2ce6 commit d512dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .npmignore
@@ -1,6 +1,6 @@
**/*
!bin/**/*
!lib/**/*
!bin/targz
!package.json
!index.js
!LICENSE

0 comments on commit d512dfc

Please sign in to comment.