Skip to content
Snippets Groups Projects
Commit 08449d52 authored by Atanamo's avatar Atanamo
Browse files

Use CoffeeScript 1.9.0 because of watch error

Since version 1.9.1 the watch task crashes by an error, when changing a file... strange :-/
parent 72a88ce4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,7 +23,7 @@
"npm": ">= 1.0.0"
},
"scripts": {
"preinstall": "npm install coffee-script -g",
"preinstall": "npm install coffee-script@1.9.0 -g",
"install": "cake build"
},
"dependencies": {
Loading
Loading
@@ -34,7 +34,7 @@
"mysql": "~2.5.0"
},
"devDependencies": {
"coffee-script": ">= 1.7.0"
"coffee-script": "1.9.0"
},
"bundleDependencies": [],
"private": true,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment