runta-linux-x64 0.1.2 → 0.1.3

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 +3 -3
  2. package/bin/runta +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # runta-linux-x64
2
2
 
3
- Linux x64 native binary package for the `runta` npm package.
3
+ Linux x64 native binary package for the `@runta/runta-cli` npm package.
4
4
 
5
- Install `runta` instead of depending on this package directly:
5
+ Install `@runta/runta-cli` instead of depending on this package directly:
6
6
 
7
7
  ```bash
8
- npm install -g runta
8
+ npm install -g @runta/runta-cli
9
9
  ```
package/bin/runta CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runta-linux-x64",
3
- "version": "v0.1.2",
3
+ "version": "v0.1.3",
4
4
  "description": "Runta CLI binary for Linux x64",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {