@mnemon-dev/mnemon 0.2.9-darwin-x64 → 0.2.9-linux-x64
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 +2 -2
- package/bin/mnemon +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# Mnemon
|
|
1
|
+
# Mnemon linux-x64
|
|
2
2
|
|
|
3
|
-
Native
|
|
3
|
+
Native linux/x64 artifact for `@mnemon-dev/mnemon@0.2.9-linux-x64`. Install `@mnemon-dev/mnemon` instead of this platform artifact directly.
|
package/bin/mnemon
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mnemon-dev/mnemon",
|
|
3
|
-
"version": "0.2.9-
|
|
4
|
-
"description": "Mnemon native binary for
|
|
3
|
+
"version": "0.2.9-linux-x64",
|
|
4
|
+
"description": "Mnemon native binary for linux/x64",
|
|
5
5
|
"os": [
|
|
6
|
-
"
|
|
6
|
+
"linux"
|
|
7
7
|
],
|
|
8
8
|
"cpu": [
|
|
9
9
|
"x64"
|