Keep the bin executable when it's not bundled

This commit is contained in:
Joseph Garrone
2024-05-19 08:36:33 +02:00
parent 4e72bc3a72
commit 8ed3561a55
3 changed files with 100 additions and 78 deletions

View File

@ -95,7 +95,7 @@
"@types/yauzl": "^2.10.3",
"@types/yazl": "^2.4.5",
"@vercel/ncc": "^0.38.1",
"chalk": "^5.3.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"chokidar-cli": "^3.0.0",
"cli-select": "^1.1.2",
@ -103,7 +103,7 @@
"husky": "^4.3.8",
"lint-staged": "^11.0.0",
"magic-string": "^0.30.7",
"make-fetch-happen": "^13.0.1",
"make-fetch-happen": "^11.0.3",
"patch-package": "^8.0.0",
"powerhooks": "^1.0.10",
"prettier": "^2.3.0",
@ -120,7 +120,7 @@
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^0.29.8",
"yauzl": "^3.1.3",
"yauzl": "^2.10.0",
"yazl": "^2.5.1",
"zod": "^3.17.10"
}