Skip to content

Commit

Permalink
Exclude bower_components from npm package
Browse files Browse the repository at this point in the history
`npm install --production wire` results in 28M being placed on disk, 27.5M of that is the bower_components directory. I think it's safe to ignore bower artifacts for the npm dist.
  • Loading branch information
scothis committed Feb 21, 2014
1 parent fee8122 commit e68ff68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ test/
support/
experiments/
components/
bower_components/
.gitignore
.gitmodules
.npmignore

0 comments on commit e68ff68

Please sign in to comment.