Skip to content

Commit 6265dcc

Browse files
authored
chore: move api into peer dependency (#522)
* chore: move api into peer dependency * fix peer-api-check script
1 parent 09f074a commit 6265dcc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@
4545
"publishConfig": {
4646
"access": "public"
4747
},
48+
"peerDependencies": {
49+
"@opentelemetry/api": "^0.20.0"
50+
},
4851
"devDependencies": {
52+
"@opentelemetry/api": "0.20.0",
4953
"@types/mocha": "8.2.2",
5054
"@types/node": "14.17.2",
5155
"@types/webpack-env": "1.16.0",
@@ -67,7 +71,6 @@
6771
"webpack": "4.46.0"
6872
},
6973
"dependencies": {
70-
"@opentelemetry/api": "^0.20.0",
7174
"@opentelemetry/core": "^0.20.0"
7275
}
7376
}

0 commit comments

Comments
 (0)