Add scripts entry to package.json.

Former-commit-id: 9ab2b915ea8aa6c3b8c28b5d14eaa32613db7ed0
This commit is contained in:
John-David Dalton
2012-06-29 04:00:35 -04:00
parent 5e592fbf29
commit 0bf374454e

View File

@@ -31,6 +31,10 @@
"type": "git", "type": "git",
"url": "https://github.com/bestiejs/lodash.git" "url": "https://github.com/bestiejs/lodash.git"
}, },
"scripts": {
"build": "node build",
"test": "node test/test"
},
"engines": [ "engines": [
"node", "node",
"rhino" "rhino"
@@ -39,4 +43,4 @@
"doc": "./doc", "doc": "./doc",
"test": "./test" "test": "./test"
} }
} }