Skip to content

Commit

Permalink
chore: update package.json to use correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
KKelvinLo committed Oct 20, 2020
1 parent 4e2fd53 commit 0e9249c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "kelvin-aws-otel-js",
"name": "aws-otel-js",
"version": "0.1.1",
"description": "Host AWS X-Ray vendor-specific components for OTel-JS-SDK auto-instrumentation.",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-id-generator-aws-xray/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "kelvin-id-generator-aws-xray",
"name": "otel-aws-xray-id-generator",
"version": "0.0.2",
"description": "AWS X-Ray ID generator for OpenTelemetry",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-propagator-aws-xray/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "kelvin-propagator-aws-xray",
"name": "otel-aws-xray-propagator",
"version": "0.0.2",
"description": "OpenTelemetry AWS Xray propagator provides HTTP header propagation for systems that are using AWS Xray HTTP header format.",
"main": "build/src/index.js",
Expand Down

0 comments on commit 0e9249c

Please sign in to comment.