Add test script to package.json.

Allows one to run the tests using `npm test`.
This commit is contained in:
Domenic Denicola
2012-07-08 22:55:43 -04:00
parent 2a56f0cdf7
commit 81c0964e48

View File

@@ -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": {