Skip to content

Commit f014612

Browse files
committed
chore: move types exports to top
1 parent 1545242 commit f014612

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@
3030
},
3131
"exports": "./src/index.ts",
3232
"publishConfig": {
33-
"types": "./dist/index.d.ts",
3433
"exports": {
35-
"import": "./dist/index.js",
36-
"types": "./dist/index.d.ts"
34+
"types": "./dist/index.d.ts",
35+
"import": "./dist/index.js"
3736
},
3837
"directory": "package"
3938
},

0 commit comments

Comments
 (0)