From 016c8da2736f7e3aaf19766e2b71c58de60cd358 Mon Sep 17 00:00:00 2001 From: Daniel Nagy Date: Thu, 14 Mar 2013 18:13:44 +0000 Subject: [PATCH] mocha and coffeescript version bump --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e0b7692..c0b17e8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ , "main": "./lib/index" , "scripts": - { "test": "mocha" + { "test": "mocha --compilers coffee:'coffee-script'" , "prepublish": "coffee -o lib -c src" } @@ -24,8 +24,8 @@ , "dependencies": {"underscore": "1.x.x"} , "devDependencies": { "should": "1.2.x" - , "mocha": "0.x.x" - , "coffee-script": "1.1.x" + , "mocha": "1.x.x" + , "coffee-script": "1.6.x" } , "engines": {"node": "> 0.4.1"}