@vector-metis/cli-linux-x64 0.1.3 → 0.1.4

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 +5 -0
  2. package/bin/metis +0 -0
  3. package/package.json +3 -2
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @vector-metis/cli-linux-x64
2
+
3
+ Metis CLI 的 linux-x64 原生平台包。请安装入口包 @vector-metis/cli 使用 metis 命令。
4
+
5
+ 安装:npm install --global @vector-metis/cli
package/bin/metis CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vector-metis/cli-linux-x64",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Metis CLI platform binary",
5
5
  "repository": {
6
6
  "type": "git",
@@ -8,7 +8,8 @@
8
8
  },
9
9
  "license": "Apache-2.0",
10
10
  "files": [
11
- "bin"
11
+ "bin",
12
+ "README.md"
12
13
  ],
13
14
  "main": "index.js"
14
15
  }