mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix(npm/oxlint): make bin/oxc_language_server an executable (#6066)
closes #6064
This commit is contained in:
parent
8d026e1dd9
commit
01b9c4bedc
1 changed files with 5 additions and 2 deletions
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue