Skip to content

Commit

Permalink
Merge pull request jashkenas#1213 from sindresorhus/files-prop
Browse files Browse the repository at this point in the history
Explicitly set the contents of the npm package
  • Loading branch information
michaelficarra committed Jul 20, 2013
2 parents 09a2a33 + 4dd53a0 commit 717b6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .npmignore

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"scripts": {
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
},
"license" : "MIT"
"license" : "MIT",
"files" : ["underscore.js", "LICENSE"]
}

0 comments on commit 717b6e6

Please sign in to comment.