Update package.json to point at the older version of coffeescript (1.1.2) I believe @pfiller is using.
This commit is contained in:
parent
71c06c7da4
commit
eb2b3285bc
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"coffee-script": ">= 1.2.0",
|
||||
"coffee-script": ">= 1.1.2",
|
||||
"uglify-js": ">= 1.2.3"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue