Skip to content

Commit

Permalink
fix: put types back into dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed May 11, 2021
1 parent 5877e07 commit 37f041d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@opentelemetry/tracing": "0.19.0",
"@types/mocha": "7.0.2",
"@types/node": "14.14.44",
"@types/restify": "^4.3.7",
"codecov": "3.8.2",
"gts": "3.1.0",
"mocha": "7.2.0",
Expand All @@ -59,6 +58,7 @@
"dependencies": {
"@opentelemetry/api": "^1.0.0-rc.0",
"@opentelemetry/instrumentation": "^0.19.0",
"@opentelemetry/semantic-conventions": "^0.19.0"
"@opentelemetry/semantic-conventions": "^0.19.0",
"@types/restify": "4.3.7"
}
}

0 comments on commit 37f041d

Please sign in to comment.