Update npm test. [ci skip]

Former-commit-id: f28a9229e700648926b933e3bc9d9ce371b9c556
This commit is contained in:
John-David Dalton
2013-02-02 01:18:57 -08:00
parent 8a03c5f998
commit 0c1eb6d288

View File

@@ -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 --time-limit 45"
"test": "node ./test/test.js && node ./test/test.js ./lodash.min.js && node ./test/test-build.js"
}
}