Skip to content

Commit 32fa669

Browse files
committed
fix: move types condition to the front where needed
1 parent 59280da commit 32fa669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"type": "commonjs",
2727
"main": "./dist/index.js",
2828
"exports": {
29+
"types": "./dist/index.d.ts",
2930
"import": "./wrapper.mjs",
30-
"require": "./dist/index.js",
31-
"types": "./dist/index.d.ts"
31+
"require": "./dist/index.js"
3232
},
3333
"types": "./dist/index.d.ts",
3434
"license": "MIT",

0 commit comments

Comments
 (0)