@agscale/agscale 0.1.2 → 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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -13,5 +13,5 @@ npx @agscale/agscale version
13
13
  Override release source if needed:
14
14
 
15
15
  ```bash
16
- AGSCALE_REPO=yangpuyu/agscale AGSCALE_RELEASE_TAG=v0.3.1 npx @agscale/agscale version
16
+ AGSCALE_REPO=OrgPY/AGscale AGSCALE_RELEASE_TAG=v0.1.4 npx @agscale/agscale version
17
17
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agscale/agscale",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "AGScale CLI npm wrapper (downloads native binary from GitHub Releases)",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "https://github.com/yangpuyu/agscale.git"
20
+ "url": "https://github.com/OrgPY/AGscale.git"
21
21
  },
22
22
  "keywords": [
23
23
  "agscale",
@@ -25,4 +25,4 @@
25
25
  "kubernetes",
26
26
  "cli"
27
27
  ]
28
- }
28
+ }