@magpiecloud/mags 1.8.9 → 1.8.10

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 (1) hide show
  1. package/package.json +2 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magpiecloud/mags",
3
- "version": "1.8.9",
3
+ "version": "1.8.10",
4
4
  "description": "Mags CLI - Execute scripts on Magpie's instant VM infrastructure",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -20,11 +20,7 @@
20
20
  ],
21
21
  "author": "Magpie Cloud",
22
22
  "license": "MIT",
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/magpiecloud/mags"
26
- },
27
- "homepage": "https://magpiecloud.com/docs/mags",
23
+ "homepage": "https://mags.run",
28
24
  "engines": {
29
25
  "node": ">=14.0.0"
30
26
  }