From 9d5610369399e945cdc751c44b83dd1a898a89d3 Mon Sep 17 00:00:00 2001 From: Luke Plaster Date: Thu, 14 Mar 2013 18:50:38 +0000 Subject: [PATCH] use the locally-installed copy of coffee-script when 'npm test'ing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0b17e8..b90e05c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ , "main": "./lib/index" , "scripts": - { "test": "mocha --compilers coffee:'coffee-script'" + { "test": "mocha --compilers coffee:'./node_modules/coffee-script/lib/coffee-script/coffee-script'" , "prepublish": "coffee -o lib -c src" }