1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove unused binary for causing trouble when installing dependencies

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-02-15 12:09:29 +02:00
parent b8ce78cc81
commit 06cc596a83
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -9,7 +9,6 @@
"build": "swc ./src/index.ts -d ./dist"
},
"type": "module",
"bin": "./dist/index.js",
"dependencies": {
"command-line-args": "^5.2.1",
"semver": "^7.3.8"