Skip to content

Commit

Permalink
Add missing compiled browser entry points to package
Browse files Browse the repository at this point in the history
  • Loading branch information
harmony7 committed May 7, 2022
1 parent 858f6ce commit d4547d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions experimental/packages/otlp-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"node": ">=8.12.0"
},
"files": [
"build/esm/**/*.js",
"build/esm/**/*.js.map",
"build/esm/**/*.d.ts",
"build/esnext/**/*.js",
"build/esnext/**/*.js.map",
"build/esnext/**/*.d.ts",
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
Expand Down

0 comments on commit d4547d0

Please sign in to comment.