@evnx/evnx-darwin-arm64 0.2.1 → 0.3.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.
- package/README.md +11 -0
- package/bin/evnx +0 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @evnx/evnx-darwin-arm64
|
|
2
|
+
|
|
3
|
+
This is an internal platform-specific binary package for the evnx CLI.
|
|
4
|
+
|
|
5
|
+
**Do not install this directly.** Install the main package instead:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @evnx/cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
See https://www.evnx.dev for documentation.
|
package/bin/evnx
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evnx/evnx-darwin-arm64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "evnx CLI binary for darwin/arm64",
|
|
5
5
|
"os": ["darwin"],
|
|
6
6
|
"cpu": ["arm64"],
|
|
7
7
|
"bin": {
|
|
8
8
|
"evnx": "bin/evnx"
|
|
9
9
|
},
|
|
10
|
-
"files": ["bin/evnx"],
|
|
10
|
+
"files": ["bin/evnx", "README.md"],
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|