Skip to content

Commit

Permalink
use files prop in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 20, 2015
1 parent 697ecb2 commit 8ef311d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"test-generator": "mocha test/generators/*.js --reporter spec --timeout 100000",
"prepublish": "nsp audit-package"
},
"files": [
"index.js",
"lib"
],
"dependencies": {
"async": "^0.9.0",
"chalk": "^0.5.1",
Expand Down

0 comments on commit 8ef311d

Please sign in to comment.