From f3bd7bcfc61840d532dbd1a0ff42438926d3ce08 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 28 Jan 2014 16:08:18 -0800 Subject: [PATCH] chore(modules): downgrade coffee-script to 1.6.x, 1.7.0 was breaking on us --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 674892a126..2ecac913bc 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "guid": "*", "moment": "~2.4.0", "stripe": "*", - "coffee-script": "*", + "coffee-script": "1.6.x", "nconf": "*", "icalendar": "git://github.com/lefnire/node-icalendar#master", "resolve": "~0.2.3",