We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fed5be commit e9c9f8fCopy full SHA for e9c9f8f
package.json
@@ -11,8 +11,7 @@
11
"sideEffects": false,
12
"scripts": {
13
"build": "npm run prepare",
14
- "prepare": "tshy",
15
- "postprepare": "bash fixup.sh",
+ "prepare": "tshy && bash fixup.sh",
16
"pretest": "npm run prepare",
17
"presnap": "npm run prepare",
18
"test": "tap",
@@ -105,8 +104,8 @@
105
104
},
106
"./min": {
107
"import": {
108
- "types": "./dist/mjs/index.d.ts",
109
- "default": "./dist/mjs/index.min.js"
+ "types": "./dist/esm/index.d.ts",
+ "default": "./dist/esm/index.min.js"
110
111
"require": {
112
"types": "./dist/commonjs/index.d.ts",
0 commit comments