Skip to content

Commit

Permalink
Move mocha to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez committed Jul 20, 2012
1 parent 79d8ec2 commit 4489cdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
},
"dependencies": {
"mime": "~1.2.6",
"mocha": "~1.3.0",
"diveSync": "~0.2.0",
"sync": "~v0.2.1"
},
"devDependencies": {},
"devDependencies": {
"mocha": "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
Expand Down

0 comments on commit 4489cdd

Please sign in to comment.