Skip to content

Commit

Permalink
Merge 69a5ddc into 3b9cd16
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna committed Aug 1, 2021
2 parents 3b9cd16 + 69a5ddc commit 9127c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/peer-api.yaml
Expand Up @@ -19,4 +19,4 @@ jobs:
run: npm install -g lerna

- name: Check API dependency semantics
run: lerna exec "node ../../scripts/peer-api-check.js"
run: lerna exec --ignore propagation-validation-server "node ../../scripts/peer-api-check.js"
5 changes: 1 addition & 4 deletions integration-tests/propagation-validation-server/package.json
Expand Up @@ -11,6 +11,7 @@
"compile": "tsc --build"
},
"dependencies": {
"@opentelemetry/api": "^1.0.2",
"@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.2",
"typescript": "4.3.5"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.2"
}
}

0 comments on commit 9127c96

Please sign in to comment.