@svg-toolkit/lint-linux-x64-musl 0.1.0 → 0.1.1
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/README.md +5 -5
- package/bin/svg-lint +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @svg-toolkit/lint-linux-x64-musl
|
|
2
2
|
|
|
3
3
|
Prebuilt `svg-lint` binary for **linux · x64 · musl** (rustc target `x86_64-unknown-linux-musl`).
|
|
4
|
-
The platform-specific package of [
|
|
4
|
+
The platform-specific package of [`@svg-toolkit/svg-lint`](https://npm.im/@svg-toolkit/svg-lint).
|
|
5
5
|
|
|
6
6
|
## Do I install this?
|
|
7
7
|
|
|
@@ -9,12 +9,12 @@ Usually not. Install the main package and npm picks the matching binary
|
|
|
9
9
|
for your platform automatically:
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
npm install svg-lint
|
|
12
|
+
npm install @svg-toolkit/svg-lint
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
This package is listed in
|
|
15
|
+
This package is listed in `@svg-toolkit/svg-lint`'s `optionalDependencies`. npm resolves the one
|
|
16
16
|
whose `os`/`cpu`/`libc` matches your machine and skips the rest. Depending on it
|
|
17
|
-
directly pins you to a single platform, so prefer
|
|
17
|
+
directly pins you to a single platform, so prefer `@svg-toolkit/svg-lint` for anything portable.
|
|
18
18
|
|
|
19
19
|
## Standalone use
|
|
20
20
|
|
|
@@ -30,4 +30,4 @@ npx --package @svg-toolkit/lint-linux-x64-musl svg-lint --version
|
|
|
30
30
|
- `svg-lint`: prebuilt native binary under `bin/`.
|
|
31
31
|
- No dependencies, no install scripts, no network access.
|
|
32
32
|
|
|
33
|
-
Released under the same license as
|
|
33
|
+
Released under the same license as `@svg-toolkit/svg-lint` (see `LICENSE`).
|
package/bin/svg-lint
CHANGED
|
Binary file
|
package/package.json
CHANGED