Skip to content

Commit

Permalink
use the locally-installed copy of coffee-script when 'npm test'ing
Browse files Browse the repository at this point in the history
  • Loading branch information
notatestuser committed Mar 14, 2013
1 parent d2c2cc5 commit 9d56103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 9d56103

Please sign in to comment.