Skip to content

Commit

Permalink
chore: move api into peer dependency (open-telemetry#522)
Browse files Browse the repository at this point in the history
* chore: move api into peer dependency

* fix peer-api-check script
  • Loading branch information
Flarna committed Jun 7, 2021
1 parent 09f074a commit 6265dcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@opentelemetry/api": "^0.20.0"
},
"devDependencies": {
"@opentelemetry/api": "0.20.0",
"@types/mocha": "8.2.2",
"@types/node": "14.17.2",
"@types/webpack-env": "1.16.0",
Expand All @@ -67,7 +71,6 @@
"webpack": "4.46.0"
},
"dependencies": {
"@opentelemetry/api": "^0.20.0",
"@opentelemetry/core": "^0.20.0"
}
}

0 comments on commit 6265dcc

Please sign in to comment.