Skip to content

Commit f86614f

Browse files
authored
Change order making default export last. (#13)
1 parent 695f92c commit f86614f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"source": "src/index.ts",
1818
"exports": {
1919
"require": "./dist/index.cjs",
20-
"default": "./dist/index.esm.js",
21-
"types": "./dist/index.d.ts"
20+
"types": "./dist/index.d.ts",
21+
"default": "./dist/index.esm.js"
2222
},
2323
"types": "./dist/index.d.ts",
2424
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)