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:
authorOded Niv <oded.niv@gmail.com>2018-01-16 14:36:19 +0300
committerOded Niv <oded.niv@gmail.com>2018-01-16 14:36:19 +0300
commit1250667cb3f2adeb8546ef3088d8d053ad26d456 (patch)
tree26fb291a4a609a097fb0cc00387df167d1186363 /package.json
parent18c5d0e09ef0f6cf666d664fbbf74435e190f23c (diff)
use 'coffeescript' package
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1079122..a3b58c7 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"url": "git://github.com/jhnns/rewire.git"
},
"devDependencies": {
- "coffee-script": "^1.8.0",
+ "coffeescript": "^2.1.1",
"expect.js": "^0.3.1",
"mocha": "^4.0.1"
},