fix(npm/oxlint): make bin/oxc_language_server an executable (#6066)

closes #6064
This commit is contained in:
Boshen 2024-09-26 06:02:01 +00:00
parent 8d026e1dd9
commit 01b9c4bedc

View file

@ -12,7 +12,10 @@
"url": "https://github.com/oxc-project/oxc", "url": "https://github.com/oxc-project/oxc",
"directory": "npm/oxlint" "directory": "npm/oxlint"
}, },
"bin": "bin/oxlint", "bin": {
"oxlint": "bin/oxlint",
"oxc_language_server":"bin/oxc_language_server"
},
"funding": { "funding": {
"url": "https://github.com/sponsors/Boshen" "url": "https://github.com/sponsors/Boshen"
}, },