@fulgur-rs/cli-linux-arm64 0.5.12 → 0.5.13

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.
Files changed (3) hide show
  1. package/README.md +20 -0
  2. package/bin/fulgur +0 -0
  3. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,20 @@
1
+ # @fulgur-rs/cli-linux-arm64
2
+
3
+ Platform-specific binary for [`@fulgur-rs/cli`](https://www.npmjs.com/package/@fulgur-rs/cli)
4
+ on Linux arm64.
5
+
6
+ This package is installed automatically as an optional dependency of the meta
7
+ package. **Do not install it directly.** Install the meta package instead:
8
+
9
+ ```bash
10
+ npm i -g @fulgur-rs/cli
11
+ ```
12
+
13
+ See the [meta package README](https://www.npmjs.com/package/@fulgur-rs/cli) for
14
+ usage and documentation.
15
+
16
+ ## License
17
+
18
+ Dual-licensed under [MIT](https://github.com/fulgur-rs/fulgur/blob/main/LICENSE-MIT)
19
+ or [Apache-2.0](https://github.com/fulgur-rs/fulgur/blob/main/LICENSE-APACHE)
20
+ at your option.
package/bin/fulgur CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fulgur-rs/cli-linux-arm64",
3
- "version": "0.5.12",
3
+ "version": "0.5.13",
4
4
  "description": "fulgur CLI binary for Linux arm64",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {