Skip to content

Commit

Permalink
fix devDependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjab committed Jan 21, 2016
1 parent 743a8f8 commit 7422190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"url": "http://github.com/hokaccha/node-jwt-simple.git"
},
"devDependencies": {
"expect.js": "*",
"expect.js": "^0.3.1",
"istanbul": "^0.4.2",
"mocha": "*"
"mocha": "^2.3.4"
},
"scripts": {
"test": "istanbul cover _mocha test/*.js"
Expand Down

0 comments on commit 7422190

Please sign in to comment.