From 459e9739dd8c9b6563849d47e92edb23568670f3 Mon Sep 17 00:00:00 2001 From: Adam Terlson Date: Wed, 29 Jan 2014 16:02:23 -0600 Subject: [PATCH] Update package.json to be tied to coffee version Latest coffee breaks this package. Updating the package.json to specifically reference the last version of Coffee (1.6.3) fixes this issue. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a49f4b..c961b24 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ , "homepage" : "https://github.com/quangv/hulk-hogan" , "repository" : { "type": "git", "url": "git://github.com/quangv/hulk-hogan.git"} , "dependencies" : { "hogan.js" : "*" - ,"coffee-script" : "*" + ,"coffee-script" : "1.6.3" } , "devDependencies" : { "mocha" : "*" ,"mocha-cakes" : "*"