Skip to content

Commit

Permalink
chore: move api into dependencies in integration tests
Browse files Browse the repository at this point in the history
Integration tests require the OTel API. Therefore move it into dependencies section
and remove the peer-dependency.
  • Loading branch information
Flarna committed Jul 30, 2021
1 parent fd2410c commit 6eb262a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions integration-tests/propagation-validation-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"compile": "tsc --build"
},
"dependencies": {
"@opentelemetry/api": "^1.0.1",
"@opentelemetry/context-async-hooks": "0.24.0",
"@opentelemetry/core": "0.24.0",
"@opentelemetry/tracing": "0.24.0",
Expand All @@ -19,10 +20,6 @@
"express": "4.17.1"
},
"devDependencies": {
"@opentelemetry/api": "^1.0.1",
"typescript": "4.3.5"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.1"
}
}

0 comments on commit 6eb262a

Please sign in to comment.