@open-kioku/linux-arm64 0.1.3 → 1.0.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 +12 -0
  2. package/ok +0 -0
  3. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ # @open-kioku/linux-arm64
2
+
3
+ Native Open Kioku `ok` binary for Linux on arm64.
4
+
5
+ This package is installed automatically as an optional dependency of `open-kioku`. Most users should install the wrapper package instead:
6
+
7
+ ```sh
8
+ npm install -g open-kioku
9
+ ```
10
+
11
+ Repository: https://github.com/shivyadavus/open-kioku
12
+
package/ok CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-kioku/linux-arm64",
3
- "version": "0.1.3",
3
+ "version": "1.0.0",
4
4
  "os": ["linux"],
5
5
  "cpu": ["arm64"],
6
6
  "main": "",