Skip to content

Commit

Permalink
Update devDependencies, fix mocha test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schüßler committed Jun 19, 2014
1 parent cfc8c9c commit 843be77
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"main": "./lib/index",
"scripts": {
"test": "mocha --compilers coffee:'./node_modules/coffee-script/lib/coffee-script/coffee-script'",
"test": "mocha --compilers coffee:'./node_modules/coffee-script/lib/coffee-script/register'",
"prepublish": "coffee -o lib -c src"
},
"repository": {
Expand All @@ -28,11 +28,12 @@
"underscore": "1.x.x"
},
"devDependencies": {
"should": "~2.0.1",
"mocha": "1.x.x",
"should": "~4.0.4",
"mocha": "~1.20.1",
"sinon": "~1.7.3",
"coffee-script": "1.6.x",
"rimraf": "2.0.x"
"coffee-script": "~1.7.1",
"rimraf": "2.0.x",
"fs-extra": "^0.9.1"
},
"engines": {
"node": "> 0.4.1"
Expand Down

0 comments on commit 843be77

Please sign in to comment.