Skip to content

Commit

Permalink
Fix package.json breaking the bundled types
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannmoinet committed Mar 3, 2025
1 parent c9119bc commit e2b7f25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/plugins/error-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"url": "https://github.com/DataDog/build-plugins",
"directory": "packages/plugins/error-tracking"
},
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./sourcemaps/*": "./src/sourcemaps/*.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/rum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"entry": "./src/built/rum-browser-sdk.ts"
}
},
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./*": "./src/*.ts"
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"url": "https://github.com/DataDog/build-plugins",
"directory": "packages/plugins/telemetry"
},
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./esbuild-plugin/*": "./src/esbuild-plugin/*.ts",
Expand Down

0 comments on commit e2b7f25

Please sign in to comment.