ccwebtty 1.0.0 → 1.0.1

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/README.md CHANGED
@@ -9,7 +9,7 @@ A CLI tool that exposes an interactive web terminal in the browser, similar to [
9
9
  ## Install
10
10
 
11
11
  ```bash
12
- npm install -g ccweb
12
+ npm install -g ccwebtty
13
13
  ```
14
14
 
15
15
  ## Usage
package/dist/index.js CHANGED
@@ -430,7 +430,7 @@ while($true) {
430
430
 
431
431
  // src/index.ts
432
432
  var program = new import_commander.Command();
433
- program.name("ccweb").description("A CLI tool that exposes an interactive web terminal in the browser").version("1.0.0").option("-p, --port <number>", "port to listen on", "8080").option("-H, --host <address>", "host to bind to", "0.0.0.0").option(
433
+ program.name("ccweb").description("A CLI tool that exposes an interactive web terminal in the browser").version("1.0.1").option("-p, --port <number>", "port to listen on", "8080").option("-H, --host <address>", "host to bind to", "0.0.0.0").option(
434
434
  "-s, --shell <path>",
435
435
  "shell to spawn",
436
436
  process.env.SHELL || "/bin/bash"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccwebtty",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A CLI tool that exposes an interactive web terminal, similar to ttyd",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -34,11 +34,11 @@
34
34
  },
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "https://github.com/nickcao/ccweb.git"
37
+ "url": "https://github.com/jerboy/ccweb.git"
38
38
  },
39
- "homepage": "https://github.com/nickcao/ccweb#readme",
39
+ "homepage": "https://github.com/jerboy/ccweb#readme",
40
40
  "bugs": {
41
- "url": "https://github.com/nickcao/ccweb/issues"
41
+ "url": "https://github.com/jerboy/ccweb/issues"
42
42
  },
43
43
  "dependencies": {
44
44
  "cloudflared": "^0.7.1",