Skip to content

Commit

Permalink
fix(package): move the v8-profiler to optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyke committed Jun 29, 2016
1 parent 676b420 commit 426def3
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 @@ -52,13 +52,13 @@
"node-uuid": "1.4.7",
"qs": "6.2.0",
"semver": "5.1.0",
"sync-request": "3.0.1",
"v8-profiler": "5.6.5"
"sync-request": "3.0.1"
},
"optionalDependencies": {
"microtime": "2.1.1",
"event-loop-stats": "1.0.0",
"gc-stats": "1.0.0"
"gc-stats": "1.0.0",
"v8-profiler": "5.6.5"
},
"devDependencies": {
"amqplib": "0.4.1",
Expand Down

0 comments on commit 426def3

Please sign in to comment.