Reduce package size. [closes #230]

Former-commit-id: 91e7564f799866453783c9319af405a7aea65b2c
This commit is contained in:
John-David Dalton
2013-04-07 20:00:44 -07:00
parent 43037c0ff9
commit 954f76dcf5
2 changed files with 17 additions and 30 deletions

View File

@@ -29,19 +29,11 @@
"bin": {
"lodash": "./build.js"
},
"directories": {
"doc": "./doc",
"test": "./test"
},
"engines": [
"node",
"rhino"
],
"jam": {
"main": "./lodash.js"
},
"scripts": {
"build": "node ./build.js",
"test": "node ./test/test.js ./dist/lodash.js && node ./test/test.js ./dist/lodash.min.js && node ./test/test-build.js"
}
}