1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00

Merge pull request #2 from drevilt/master

mocha and coffeescript version bump
This commit is contained in:
Luke Plaster 2013-03-14 11:45:56 -07:00
commit d2c2cc530a

View File

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