Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <mail@johannesewald.de>2013-02-23 17:57:50 +0400
committerJohannes Ewald <mail@johannesewald.de>2013-02-23 17:57:50 +0400
commit826b6190dae0901a89157e3eeba4e689a84f0d4a (patch)
treebbeb6f5fac6ec442f591aa6fd1411a491a01a7e7 /package.json
parent6040974a2f0bc91b3aed0a389584c967831dd1dd (diff)
- added Coffee-Script to devDependencies (fixes Travis crash)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
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"