Skip to content

Commit

Permalink
Add context-base and context-asynchooks packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed Jul 10, 2019
1 parent c1b117d commit 34b0e79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/opentelemetry-context-base/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@opentelemetry/context-base",
"version": "0.0.1",
"description": "OpenTelemetry ContextManager API",
"description": "OpenTelemetry Default Context Propagation",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "open-telemetry/opentelemetry-js",
"scripts": {
"test": "nyc ts-mocha -p tsconfig.json test/**/*.ts",
"tdd": "yarn test -- --watch-extensions ts --watch",
"test": "nyc ts-mocha -p ./tsconfig.json test/**/*.ts",
"tdd": "yarn run test -- --watch-extensions ts --watch",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
Expand Down

0 comments on commit 34b0e79

Please sign in to comment.