From ce9ae80112e57918368f024e1773102cbf43a4a7 Mon Sep 17 00:00:00 2001 From: sentientwaffle Date: Wed, 15 Feb 2012 07:59:16 -0700 Subject: [PATCH] loosen up the mocha version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30e3980..4cf27d6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ , "dependencies": {"underscore": "1.x.x"} , "devDependencies": { "should": "0.4.x" - , "mocha": "0.5.x" + , "mocha": "0.x.x" , "coffee-script": "1.1.x" }