Skip to content

Commit

Permalink
mocha and coffeescript version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nagy committed Mar 14, 2013
1 parent 9297268 commit 016c8da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
, "main": "./lib/index"

, "scripts":
{ "test": "mocha"
{ "test": "mocha --compilers coffee:'coffee-script'"
, "prepublish": "coffee -o lib -c src"
}

Expand All @@ -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"}
Expand Down

0 comments on commit 016c8da

Please sign in to comment.