mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +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",
|
||||
"directory": "npm/oxlint"
|
||||
},
|
||||
"bin": "bin/oxlint",
|
||||
"bin": {
|
||||
"oxlint": "bin/oxlint",
|
||||
"oxc_language_server":"bin/oxc_language_server"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/Boshen"
|
||||
},
|
||||
|
|
@ -25,4 +28,4 @@
|
|||
"configuration_schema.json",
|
||||
"README.md"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue