Skip to content

Commit

Permalink
Fix npmignore
Browse files Browse the repository at this point in the history
Use slash at beginning for good measure (avoids recursive match).
Add index.js to npmignore. We only expose the built lib/index.js
  • Loading branch information
chenglou committed Oct 16, 2015
1 parent f778f26 commit 08a057d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
bower_components
bower.json
examples
index-bower.js
react-tween-state.sublime-*
/.*

/bower_components/
/bower.json

/examples/
/index-bower.js
# we expose the built lib/index.js
/index.js

/*.sublime-project
/*.sublime-workspace

0 comments on commit 08a057d

Please sign in to comment.