Skip to content

Commit

Permalink
fix: add missing dev dependencies (#516)
Browse files Browse the repository at this point in the history
* fix: add missing dev dependencies

* fix: lint
  • Loading branch information
dyladan authored and mayurkale22 committed Nov 11, 2019
1 parent 55f7d5f commit fcb0f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/opentelemetry-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^12.6.8",
"@types/semver": "^6.2.0",
"@types/sinon": "^7.0.13",
"@types/webpack-env": "1.13.9",
"codecov": "^3.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/opentelemetry-plugin-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@opentelemetry/tracing": "^0.2.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.9",
"@types/semver": "^6.2.0",
"@types/shimmer": "^1.0.1",
"@types/sinon": "^7.0.13",
"codecov": "^3.5.0",
Expand Down

0 comments on commit fcb0f1a

Please sign in to comment.