Skip to content

Commit

Permalink
Fix(Cross Import): exports
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jun 10, 2023
1 parent d83522a commit 1ef992c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cross-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@
"access": "public"
},
"main": "./dist/index.js",
"jsnext:main": "./dist/index.mjs",
"esnext": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
Expand Down

0 comments on commit 1ef992c

Please sign in to comment.