Skip to content

Commit

Permalink
chore(package): do not publish bun exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Dec 7, 2024
1 parent 2890989 commit 727e50e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"license": "Apache-2.0",
"repository": "https://github.com/codemod-js/codemod",
"exports": {
"bun": "./src/index.ts",
"default": "./dist/index.js"
},
"main": "dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/matchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"license": "Apache-2.0",
"repository": "https://github.com/codemod-js/codemod",
"exports": {
"bun": "./src/index.ts",
"default": "./dist/index.js"
},
"main": "dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"license": "Apache-2.0",
"repository": "https://github.com/codemod-js/codemod",
"exports": {
"bun": "./src/index.ts",
"default": "./dist/index.js"
},
"main": "dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/rebuild-matchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"license": "Apache-2.0",
"repository": "https://github.com/codemod-js/codemod",
"exports": {
"bun": "./src/rebuild.ts",
"default": "./dist/index.js"
},
"main": "dist/rebuild.js",
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"license": "Apache-2.0",
"repository": "https://github.com/codemod-js/codemod.git",
"exports": {
"bun": "./src/index.ts",
"default": "./dist/index.js"
},
"main": "dist/index.js",
Expand Down

0 comments on commit 727e50e

Please sign in to comment.