diff --git a/package.json b/package.json index 3ef3b6a5f..de3e83a0b 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,10 @@ "type": "git", "url": "https://github.com/bestiejs/lodash.git" }, + "scripts": { + "build": "node build", + "test": "node test/test" + }, "engines": [ "node", "rhino" @@ -39,4 +43,4 @@ "doc": "./doc", "test": "./test" } -} \ No newline at end of file +}