Skip to content

Commit 97dc1cf

Browse files
committed
feat: reduce build size
1 parent 6ffc127 commit 97dc1cf

File tree

3 files changed

+90
-91
lines changed

3 files changed

+90
-91
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"build"
5050
],
5151
"scripts": {
52-
"up-hooks": "npx simple-git-hooks",
53-
"prepare": "pnpm up-hooks",
52+
"prepare": "pnpm npx simple-git-hooks",
5453
"postinstall": "pnpm unleashed-typescript",
5554
"build": "tsup",
5655
"watch": "nodemon ./src/program/index.ts",
@@ -70,8 +69,6 @@
7069
"eslint-plugin-import": "^2.26.0",
7170
"eslint-plugin-unicorn": "^43.0.1",
7271
"lint-staged": "^13.0.3",
73-
"magic-string": "^0.26.2",
74-
"micromatch": "^4.0.5",
7572
"nodemon": "^2.0.19",
7673
"prettier": "^2.7.1",
7774
"semantic-release": "^19.0.3",
@@ -80,10 +77,14 @@
8077
"tslib": "^2.4.0",
8178
"tsup": "^6.1.2",
8279
"typescript": "^4.7.4",
83-
"unleashed-typescript": "^1.0.1",
8480
"vite": "^2.9.13",
8581
"vitest": "^0.17.0"
8682
},
83+
"dependencies": {
84+
"micromatch": "^4.0.5",
85+
"magic-string": "^0.26.2",
86+
"unleashed-typescript": "^1.1.1"
87+
},
8788
"peerDependencies": {
8889
"typescript": "*",
8990
"vitest": "*"

0 commit comments

Comments
 (0)