Skip to content

Commit

Permalink
rm bench modules from dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimserafim committed Apr 11, 2016
1 parent 963743c commit d92827c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"complexity": "plato -r -t 'jenkins-client code report' -l .jshintrc -x 'node_modules|reports|test' -d reports/plato .",
"complexity:open": "open reports/plato/index.html",
"security": "nsp check",
"bench": "echo 'installing dependencies first ...' && sleep 1 && npm i benchmark microtime && echo '' && node bench"
"bench": "echo 'installing dependencies first ...' && sleep 1 && npm i --save-dev benchmark microtime && echo '' && node bench && npm uninstall --save-dev benchmark microtime"
},
"files": [
"LICENSE",
Expand Down Expand Up @@ -41,11 +41,9 @@
"base64-url": "^1.2.2"
},
"devDependencies": {
"benchmark": "^2.1.0",
"istanbul": "^0.4.3",
"jscs": "^2.11.0",
"jshint": "^2.9.1",
"microtime": "^2.0.0",
"plato": "^1.5.0",
"pre-commit": "^1.1.2",
"tap-spec": "^4.1.1",
Expand Down

0 comments on commit d92827c

Please sign in to comment.