Reduce npm package size.

Former-commit-id: 29d4eb4f90e2d215b65d04b8c8063804472de8fc
This commit is contained in:
John-David Dalton
2013-07-25 09:13:57 -07:00
parent bb58d633c0
commit bb201e6ca4
2 changed files with 6 additions and 29 deletions

View File

@@ -50,6 +50,12 @@
"node",
"rhino"
],
"files": [
"build.js",
"LICENSE.txt",
"dist/lodash.js",
"dist/lodash.underscore.js"
],
"jam": {
"main": "./dist/lodash.compat.js"
},