8000 - added Coffee-Script to devDependencies (fixes Travis crash) · ShMcK/rewire-coderoad@826b619 · GitHub
[go: up one dir, main page]

Skip to content

Commit 826b619

Browse files
committed
- added Coffee-Script to devDependencies (fixes Travis crash)
1 parent 6040974 commit 826b619

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"mocha": "1.x",
3434
"expect.js": "0.x",
3535
"browserify": "1.x",
36-
"webpack": "0.8.x"
36+
"webpack": "0.8.x",
37+
"coffee-script": "1.x"
3738
},
3839
"scripts" : {
3940
"test" : "node node_modules/mocha/bin/mocha -R spec"

0 commit comments

Comments
 (0)
0