From 0bf374454eb3a0a9f1f49a88b493d171f7d56112 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 29 Jun 2012 04:00:35 -0400 Subject: [PATCH] Add `scripts` entry to package.json. Former-commit-id: 9ab2b915ea8aa6c3b8c28b5d14eaa32613db7ed0 --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +}