serverme-cli 1.0.0 → 1.0.2

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/bin/cli.js CHANGED
File without changes
package/bin/install.js CHANGED
@@ -9,7 +9,7 @@ const zlib = require("zlib");
9
9
  const { pipeline } = require("stream/promises");
10
10
 
11
11
  const VERSION = "1.0.0";
12
- const GITHUB_REPO = "serverme/serverme";
12
+ const GITHUB_REPO = "jams24/serverme";
13
13
 
14
14
  function getPlatform() {
15
15
  const platform = os.platform();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverme-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "CLI for ServerMe — open-source tunnel to expose localhost to the internet",
5
5
  "bin": {
6
6
  "serverme": "bin/cli.js"