@ingit/cli 0.3.3 → 0.4.0
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ ingit --no-open # don't open the browser automatically
|
|
|
53
53
|
| Option | Description |
|
|
54
54
|
| --- | --- |
|
|
55
55
|
| `[path]` | Folder to open (defaults to the current directory). Its child folders are scanned for git repositories. |
|
|
56
|
-
| `-p, --port <n>` | Preferred port (default `
|
|
56
|
+
| `-p, --port <n>` | Preferred port (default `8449`; next free port if taken). |
|
|
57
57
|
| `--host <h>` | Host to bind (default `127.0.0.1`). |
|
|
58
58
|
| `--no-open` | Don't open the browser automatically. |
|
|
59
59
|
| `-v, --version` | Print version. |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ingit/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Local git history & graph viewer in your browser",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ingit": "bin/ingit.cjs"
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"README.md"
|
|
11
11
|
],
|
|
12
12
|
"optionalDependencies": {
|
|
13
|
-
"@ingit/cli-linux-x64": "0.
|
|
14
|
-
"@ingit/cli-linux-arm64": "0.
|
|
15
|
-
"@ingit/cli-darwin-x64": "0.
|
|
16
|
-
"@ingit/cli-darwin-arm64": "0.
|
|
17
|
-
"@ingit/cli-win32-x64": "0.
|
|
13
|
+
"@ingit/cli-linux-x64": "0.4.0",
|
|
14
|
+
"@ingit/cli-linux-arm64": "0.4.0",
|
|
15
|
+
"@ingit/cli-darwin-x64": "0.4.0",
|
|
16
|
+
"@ingit/cli-darwin-arm64": "0.4.0",
|
|
17
|
+
"@ingit/cli-win32-x64": "0.4.0"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"engines": {
|