@johannesbraeunig/ghi-linux-arm64 0.1.0

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 +4 -0
  2. package/bin/ghi +0 -0
  3. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # @johannesbraeunig/ghi-linux-arm64
2
+
3
+ Prebuilt `ghi` binary for linux-arm64. Not meant to be installed directly — it's
4
+ an optionalDependency of [@johannesbraeunig/ghi](https://www.npmjs.com/package/@johannesbraeunig/ghi).
package/bin/ghi ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@johannesbraeunig/ghi-linux-arm64",
3
+ "version": "0.1.0",
4
+ "description": "ghi prebuilt binary for linux-arm64",
5
+ "os": [
6
+ "linux"
7
+ ],
8
+ "cpu": [
9
+ "arm64"
10
+ ],
11
+ "license": "MIT",
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
+ "preferUnplugged": true,
16
+ "files": [
17
+ "bin"
18
+ ]
19
+ }