Skip to content

Commit

Permalink
fix(package.json): publish source maps (open-telemetry#1237)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayur Kale <mayurkale@google.com>
  • Loading branch information
2 people authored and dyladan committed Feb 18, 2021
1 parent 09d7db0 commit 5db5ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down
1 change: 1 addition & 0 deletions api/packages/opentelemetry-context-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"doc",
"LICENSE",
Expand Down

0 comments on commit 5db5ecc

Please sign in to comment.