@svg-toolkit/lint-darwin-arm64 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  # @svg-toolkit/lint-darwin-arm64
2
2
 
3
3
  Prebuilt `svg-lint` binary for **darwin · arm64** (rustc target `aarch64-apple-darwin`).
4
- The platform-specific package of [`svg-lint`](https://npm.im/svg-lint).
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 `svg-lint`'s `optionalDependencies`. npm resolves the one
15
+ This package is listed in `@svg-toolkit/svg-lint`'s `optionalDependencies`. npm resolves the one
16
16
  whose `os`/`cpu` matches your machine and skips the rest. Depending on it
17
- directly pins you to a single platform, so prefer `svg-lint` for anything portable.
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-darwin-arm64 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 `svg-lint` (see `LICENSE`).
33
+ Released under the same license as `@svg-toolkit/svg-lint` (see `LICENSE`).
package/bin/svg-lint CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@svg-toolkit/lint-darwin-arm64",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Prebuilt svg-lint aarch64-apple-darwin binary; selected automatically by npm, also runnable standalone via npx.",
5
5
  "keywords": [
6
6
  "svg",