From b09019bac978476e709c9c47c9c5ac66ec8d1c07 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Wed, 8 May 2013 18:53:40 -0400 Subject: [PATCH] added conventional Node.js script 'npm test' --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e1d53a9..a87856e 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ , "repository": { "type": "git", "url": "git://github.com/visionmedia/should.js.git" } , "homepage": "https://github.com/visionmedia/should.js" , "contributors": [ "Aseem Kishore " ] + , "scripts": { "test": "make test" } , "devDependencies": { "mocha": "*" }