Update package.json to point at the older version of coffeescript (1.1.2) I believe @pfiller is using.

master
Matthew Beale 2012-01-13 11:13:54 -05:00
parent 71c06c7da4
commit eb2b3285bc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
},
"dependencies": {},
"devDependencies": {
"coffee-script": ">= 1.2.0",
"coffee-script": ">= 1.1.2",
"uglify-js": ">= 1.2.3"
}
}