@aptove/aptove-linux-arm64 0.1.0 → 0.1.2

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 +11 -0
  2. package/package.json +3 -2
  3. package/bin/aptove +0 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @aptove/aptove-linux-arm64
2
+
3
+ Platform-specific binary package for Linux arm64. This package is automatically installed as an optional dependency of [@aptove/aptove](https://www.npmjs.com/package/@aptove/aptove) and should not be installed directly.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install -g @aptove/aptove
9
+ ```
10
+
11
+ See the [main package](https://www.npmjs.com/package/@aptove/aptove) for full documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptove/aptove-linux-arm64",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "aptove binary for Linux arm64",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -16,7 +16,8 @@
16
16
  "arm64"
17
17
  ],
18
18
  "files": [
19
- "bin"
19
+ "bin",
20
+ "README.md"
20
21
  ],
21
22
  "os": [
22
23
  "linux"
package/bin/aptove DELETED
Binary file