Skip to content

Commit f90bf6d

Browse files
authoredJan 20, 2023
Put types first in exports (#237)
1 parent c87d5eb commit f90bf6d

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
@@ -19,9 +19,9 @@
1919
"exports": {
2020
"./package.json": "./package.json",
2121
".": {
22+
"types": "./index.d.ts",
2223
"import": "./dist/magic-string.es.mjs",
23-
"require": "./dist/magic-string.cjs.js",
24-
"types": "./index.d.ts"
24+
"require": "./dist/magic-string.cjs.js"
2525
}
2626
},
2727
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.