oxlint 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/oxlint +1 -1
- package/package.json +1 -1
package/bin/oxlint
CHANGED
|
@@ -41,7 +41,7 @@ if (binPath) {
|
|
|
41
41
|
} else {
|
|
42
42
|
console.error(
|
|
43
43
|
"The oxlint CLI package doesn't ship with prebuilt binaries for your platform yet. " +
|
|
44
|
-
"You can create an issue at https://github.com/
|
|
44
|
+
"You can create an issue at https://github.com/web-infra-dev/oxc/issues for support."
|
|
45
45
|
);
|
|
46
46
|
process.exitCode = 1;
|
|
47
47
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"oxlint","version":"0.0.
|
|
1
|
+
{"name":"oxlint","version":"0.0.9","description":"Linter for the JavaScript Oxidation Compiler","keywords":[],"author":"Boshen and oxc contributors","license":"MIT","homepage":"https://github.com/web-infra-dev/oxc","bugs":"https://github.com/web-infra-dev/oxc/issues","repository":{"type":"git","url":"https://github.com/web-infra-dev/oxc","directory":"npm/oxlint"},"bin":"bin/oxlint","funding":{"url":"https://github.com/sponsors/Boshen"},"engines":{"node":">=14.*"},"files":["bin/oxlint"],"optionalDependencies":{"@oxlint/win32-x64":"0.0.9","@oxlint/win32-arm64":"0.0.9","@oxlint/darwin-x64":"0.0.9","@oxlint/darwin-arm64":"0.0.9","@oxlint/linux-x64":"0.0.9","@oxlint/linux-arm64":"0.0.9"}}
|