Skip to content

Commit

Permalink
chore: make aws generator public (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Apr 26, 2021
1 parent d9365c5 commit 5ecccc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/opentelemetry-id-generator-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.16.0",
"description": "AWS X-Ray ID generator for OpenTelemetry",
"main": "build/src/index.js",
"publishConfig": {
"access": "public"
},
"browser": {
"./src/platform/index.ts": "./src/platform/browser/index.ts",
"./build/src/platform/index.js": "./build/src/platform/browser/index.js"
Expand Down

0 comments on commit 5ecccc9

Please sign in to comment.