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:
parent
74d4f63a16
commit
d1676272ba
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user