From 826b6190dae0901a89157e3eeba4e689a84f0d4a Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Sat, 23 Feb 2013 14:57:50 +0100 Subject: - added Coffee-Script to devDependencies (fixes Travis crash) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index d20733e..3336fed 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ "mocha": "1.x", "expect.js": "0.x", "browserify": "1.x", - "webpack": "0.8.x" + "webpack": "0.8.x", + "coffee-script": "1.x" }, "scripts" : { "test" : "node node_modules/mocha/bin/mocha -R spec" -- cgit v1.2.3