Upgraded to CoffeeScript 1.7

This commit is contained in:
Scott Erickson 2014-02-11 14:23:36 -08:00
parent 47eeda5af4
commit 1b0c3fb236
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
require('coffee-script'); require('coffee-script');
require('coffee-script/register');
var server = require('./server'); var server = require('./server');
server.startServer(); server.startServer();

View file

@ -52,7 +52,7 @@
"async": "0.2.x", "async": "0.2.x",
"connect": "2.7.x", "connect": "2.7.x",
"nodemailer": "0.4.x", "nodemailer": "0.4.x",
"coffee-script": "1.6.x", "coffee-script": "1.7.x",
"graceful-fs": "~2.0.1", "graceful-fs": "~2.0.1",
"node-force-domain": "~0.1.0", "node-force-domain": "~0.1.0",
"mailchimp-api": "2.0.x", "mailchimp-api": "2.0.x",
@ -64,7 +64,7 @@
"devDependencies": { "devDependencies": {
"jade": "0.33.x", "jade": "0.33.x",
"javascript-brunch": "> 1.0 < 1.8", "javascript-brunch": "> 1.0 < 1.8",
"coffee-script-brunch": "> 1.0 < 1.8", "coffee-script-brunch": "https://github.com/brunch/coffee-script-brunch/tarball/master",
"coffeelint-brunch": "> 1.0 < 1.8", "coffeelint-brunch": "> 1.0 < 1.8",
"sass-brunch": "1.7.0", "sass-brunch": "1.7.0",
"css-brunch": "> 1.0 < 1.8", "css-brunch": "> 1.0 < 1.8",