Make path convention consistent in package.json.

Former-commit-id: bf1bde8a2e78a520dca92ddd7b95f9fce12eb446
This commit is contained in:
John-David Dalton
2012-12-18 19:05:39 -08:00
parent 9c52ecc19b
commit 5c55cf0efb

View File

@@ -46,8 +46,8 @@
"main": "./lodash.js"
},
"scripts": {
"build": "node build",
"test": "node test/test && node test/test-build",
"install": "node build/post-install"
"build": "node ./build.js",
"test": "node ./test/test.js && node ./test/test-build.js",
"install": "node ./build/post-install.js"
}
}