Skip to content

Commit

Permalink
internal: Update manifests.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 11, 2023
1 parent 1c09aa1 commit 86d15d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/babel-plugin-cjs-esm-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@
"exports": {
"./package.json": "./package.json",
"./*": {
"types": "./lib/*.d.ts",
"node": {
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
},
"default": "./lib/*.js"
},
".": {
"types": "./lib/index.d.ts",
"node": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/babel-plugin-conditional-invariant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@
"exports": {
"./package.json": "./package.json",
"./*": {
"types": "./lib/*.d.ts",
"node": {
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
},
"default": "./lib/*.js"
},
".": {
"types": "./lib/index.d.ts",
"node": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/babel-plugin-env-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@
"exports": {
"./package.json": "./package.json",
"./*": {
"types": "./lib/*.d.ts",
"node": {
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
},
"default": "./lib/*.js"
},
".": {
"types": "./lib/index.d.ts",
"node": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
Expand Down

0 comments on commit 86d15d1

Please sign in to comment.