1
0
mirror of https://github.com/danog/gift.git synced 2024-11-30 04:19:37 +01:00

use the locally-installed copy of coffee-script when 'npm test'ing

This commit is contained in:
Luke Plaster 2013-03-14 18:50:38 +00:00
parent d2c2cc530a
commit 9d56103693

View File

@ -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"
}