kajji 0.5.0 → 0.5.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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -106,7 +106,7 @@ kajji /path/to/repo # specific directory
|
|
|
106
106
|
| `n` / `N` | New change / new before |
|
|
107
107
|
| `e` | Edit change |
|
|
108
108
|
| `d` | Describe change |
|
|
109
|
-
| `s` | Squash
|
|
109
|
+
| `s` | Squash |
|
|
110
110
|
| `a` | Abandon change |
|
|
111
111
|
| `r` | Rebase |
|
|
112
112
|
| `S` | Split |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kajji",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "A terminal UI for Jujutsu: the rudder for your jj",
|
|
5
5
|
"bin": {
|
|
6
6
|
"kajji": "./bin/kajji"
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"postinstall": "node ./script/postinstall.mjs"
|
|
10
10
|
},
|
|
11
11
|
"optionalDependencies": {
|
|
12
|
-
"kajji-darwin-arm64": "0.5.
|
|
13
|
-
"kajji-darwin-x64": "0.5.
|
|
14
|
-
"kajji-linux-x64": "0.5.
|
|
15
|
-
"kajji-linux-arm64": "0.5.
|
|
12
|
+
"kajji-darwin-arm64": "0.5.1",
|
|
13
|
+
"kajji-darwin-x64": "0.5.1",
|
|
14
|
+
"kajji-linux-x64": "0.5.1",
|
|
15
|
+
"kajji-linux-arm64": "0.5.1"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|