Skip to content

Commit

Permalink
fix(opentelemetry-sdk-node): move nock to dev dependencies (#2219)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
  • Loading branch information
nflaig and vmarchaud authored May 24, 2021
1 parent f13b35f commit a968646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opentelemetry-sdk-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"@opentelemetry/resource-detector-aws": "0.19.0",
"@opentelemetry/resource-detector-gcp": "0.19.0",
"@opentelemetry/resources": "0.19.0",
"@opentelemetry/tracing": "0.19.0",
"nock": "12.0.3"
"@opentelemetry/tracing": "0.19.0"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0-rc.0"
Expand All @@ -65,6 +64,7 @@
"gcp-metadata": "^4.1.4",
"istanbul-instrumenter-loader": "3.0.1",
"mocha": "7.2.0",
"nock": "12.0.3",
"nyc": "15.1.0",
"semver": "7.3.5",
"sinon": "10.0.0",
Expand Down

0 comments on commit a968646

Please sign in to comment.