From 5debc3c903fe7a39eed869b53fb6b89c6612d066 Mon Sep 17 00:00:00 2001 From: Dustin Diaz Date: Tue, 6 Dec 2011 15:03:02 -0800 Subject: [PATCH] jison 0.2.11 requires node v0.4 - v0.5, which in turns makes coffee-script incompatible with node v0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3c1b8fa..79f49a70 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ }, "devDependencies": { "uglify-js": "1.0.6", - "jison": "0.2.11" + "jison": "0.2.x" } }