Skip to content

Commit e9c9f8f

Browse files
committed
actually fix minified export paths
Re: #334
1 parent 9fed5be commit e9c9f8f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"sideEffects": false,
1212
"scripts": {
1313
"build": "npm run prepare",
14-
"prepare": "tshy",
15-
"postprepare": "bash fixup.sh",
14+
"prepare": "tshy && bash fixup.sh",
1615
"pretest": "npm run prepare",
1716
"presnap": "npm run prepare",
1817
"test": "tap",
@@ -105,8 +104,8 @@
105104
},
106105
"./min": {
107106
"import": {
108-
"types": "./dist/mjs/index.d.ts",
109-
"default": "./dist/mjs/index.min.js"
107+
"types": "./dist/esm/index.d.ts",
108+
"default": "./dist/esm/index.min.js"
110109
},
111110
"require": {
112111
"types": "./dist/commonjs/index.d.ts",

0 commit comments

Comments
 (0)