Skip to content

Commit

Permalink
feat: reduce build size
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Jul 14, 2022
1 parent 6ffc127 commit 97dc1cf
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 91 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"build"
],
"scripts": {
"up-hooks": "npx simple-git-hooks",
"prepare": "pnpm up-hooks",
"prepare": "pnpm npx simple-git-hooks",
"postinstall": "pnpm unleashed-typescript",
"build": "tsup",
"watch": "nodemon ./src/program/index.ts",
Expand All @@ -70,8 +69,6 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unicorn": "^43.0.1",
"lint-staged": "^13.0.3",
"magic-string": "^0.26.2",
"micromatch": "^4.0.5",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"semantic-release": "^19.0.3",
Expand All @@ -80,10 +77,14 @@
"tslib": "^2.4.0",
"tsup": "^6.1.2",
"typescript": "^4.7.4",
"unleashed-typescript": "^1.0.1",
"vite": "^2.9.13",
"vitest": "^0.17.0"
},
"dependencies": {
"micromatch": "^4.0.5",
"magic-string": "^0.26.2",
"unleashed-typescript": "^1.1.1"
},
"peerDependencies": {
"typescript": "*",
"vitest": "*"
Expand Down
Loading

0 comments on commit 97dc1cf

Please sign in to comment.