Skip to content

Commit 9caa008

Browse files
author
Lukas Holzer
committed
chore: the order matters 🤷
1 parent 9e70865 commit 9caa008

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"exports": {
1010
".": {
1111
"require": {
12-
"path": "./dist/main.cjs",
13-
"types": "./dist/main.d.cts"
12+
"types": "./dist/main.d.cts",
13+
"path": "./dist/main.cjs"
1414
},
1515
"import": {
16-
"path": "./dist/main.js",
17-
"types": "./dist/main.d.ts"
16+
"types": "./dist/main.d.ts",
17+
"path": "./dist/main.js"
1818
},
1919
"default": {
20-
"path": "./dist/main.js",
21-
"types": "./dist/main.d.ts"
20+
"types": "./dist/main.d.ts",
21+
"path": "./dist/main.js"
2222
}
2323
}
2424
},

0 commit comments

Comments
 (0)