Skip to content

Commit c6947f9

Browse files
committed
Moved default export entry to the end of the list. According to the docs, this condition should always come last.
1 parent cc2c71a commit c6947f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"exports": {
1414
".": {
1515
"import": "./dist/bundle.mjs",
16-
"default": "./dist/bundle.mjs",
1716
"require": "./dist/bundle.cjs",
18-
"types": "./lib/index.d.ts"
17+
"types": "./lib/index.d.ts",
18+
"default": "./dist/bundle.mjs"
1919
}
2020
},
2121
"author": "JOURNEYAPPS",

0 commit comments

Comments
 (0)