Skip to content

Commit

Permalink
[chore] Move benchmark to dev dependencies (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne authored Oct 20, 2016
1 parent 9b479bc commit 972d0aa
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 @@ -14,12 +14,12 @@
"dependencies": {
"debug": "2.2.0",
"json3": "3.3.2",
"component-emitter": "1.1.2",
"benchmark": "1.0.0"
"component-emitter": "1.1.2"
},
"devDependencies": {
"mocha": "1.16.2",
"benchmark": "1.0.0",
"expect.js": "0.2.0",
"mocha": "1.16.2",
"zuul": "3.11.0",
"zuul-ngrok": "4.0.0"
},
Expand Down

0 comments on commit 972d0aa

Please sign in to comment.