Update test configs and move builds.

Former-commit-id: dc14112821f14101f107f90e9aeb5abec55b18a6
This commit is contained in:
John-David Dalton
2013-02-02 19:33:29 -08:00
parent b5aa4c1f0c
commit f87b4e04f1
8 changed files with 4702 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0-rc.3",
"description": "An alternative to Underscore.js, delivering consistency, customization, performance, and extra features.",
"homepage": "http://lodash.com",
"main": "./lodash",
"main": "./dist/lodash",
"keywords": [
"browser",
"client",
@@ -47,6 +47,6 @@
},
"scripts": {
"build": "node ./build.js",
"test": "node ./test/test.js && node ./test/test.js ./lodash.min.js && node ./test/test-build.js"
"test": "node ./test/test.js ./dist/lodash.js && node ./test/test.js ./dist/lodash.min.js && node ./test/test-build.js"
}
}