Skip to content

Commit 426def3

Browse files
committed
fix(package): move the v8-profiler to optional dependency
1 parent 676b420 commit 426def3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
"node-uuid": "1.4.7",
5353
"qs": "6.2.0",
5454
"semver": "5.1.0",
55-
"sync-request": "3.0.1",
56-
"v8-profiler": "5.6.5"
55+
"sync-request": "3.0.1"
5756
},
5857
"optionalDependencies": {
5958
"microtime": "2.1.1",
6059
"event-loop-stats": "1.0.0",
61-
"gc-stats": "1.0.0"
60+
"gc-stats": "1.0.0",
61+
"v8-profiler": "5.6.5"
6262
},
6363
"devDependencies": {
6464
"amqplib": "0.4.1",

0 commit comments

Comments
 (0)