From 81c0964e482259e860d915320dc00592a43a6e5a Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Sun, 8 Jul 2012 22:55:43 -0400 Subject: [PATCH] Add test script to package.json. Allows one to run the tests using `npm test`. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index fccf07be..3e796aff 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,9 @@ "coffee": "./bin/coffee", "cake": "./bin/cake" }, + "scripts": { + "test": "node ./bin/cake test" + }, "homepage": "http://coffeescript.org", "bugs": "https://github.com/jashkenas/coffee-script/issues", "repository": {