Skip to content

Commit

Permalink
fix(http-plugin): move node-sdk to dev deps (open-telemetry#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkhan authored and OlivierAlbertini committed Sep 28, 2019
1 parent 28ca1f6 commit 734da94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@types/sinon": "^7.0.13",
"@types/superagent": "^4.1.3",
"@opentelemetry/basic-tracer": "^0.0.1",
"@opentelemetry/node-sdk": "^0.0.1",
"@opentelemetry/scope-base": "^0.0.1",
"axios": "^0.19.0",
"got": "^9.6.0",
Expand All @@ -69,7 +70,6 @@
},
"dependencies": {
"@opentelemetry/core": "^0.0.1",
"@opentelemetry/node-sdk": "^0.0.1",
"@opentelemetry/types": "^0.0.1",
"semver": "^6.3.0",
"shimmer": "^1.2.1"
Expand Down

0 comments on commit 734da94

Please sign in to comment.