Skip to content

Commit

Permalink
Added mocha and chai as devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
diversario committed Aug 23, 2013
1 parent 5e2f3bc commit 41bcf00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"mongodb":"*"
},
"devDependencies": {
"vows": "0.7.x"
"mocha": "~1.12",
"chai": "~1.7.2"
},
"scripts": {
"test": "mocha test/runner.js --reporter spec"
Expand Down

0 comments on commit 41bcf00

Please sign in to comment.