Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit e4b13a4

Browse files
authored
Update package.json
1 parent 52f6878 commit e4b13a4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"types": "./dist/index.d.ts"
1313
}
1414
},
15-
"scripts": {
16-
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && mv dist/cjs/index.js dist/index.js && mv dist/esm/index.mjs dist/index.mjs && mv dist/cjs/index.d.ts dist/index.d.ts",
17-
"start": "node dist/index.js",
18-
"test": "jest",
19-
"prepublishOnly": "npm run build",
20-
"prepare": "npm run build",
21-
"postinstall": "npm run build"
22-
},
15+
"scripts": {
16+
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && mv dist/cjs/index.js dist/index.js && mv dist/esm/index.mjs dist/index.mjs && mv dist/cjs/index.d.ts dist/index.d.ts",
17+
"start": "node dist/index.js",
18+
"test": "jest",
19+
"prepublishOnly": "npm run build",
20+
"prepare": "npm run build",
21+
"postinstall": "npm run build"
22+
},
2323
"files": [
2424
"dist/",
2525
"README.md",

0 commit comments

Comments
 (0)