cli-mergeguard 7.0.4 → 7.0.5
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/package.json +3 -2
- package/skill/skill.json +2 -3
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"bin": {
|
|
3
3
|
"cli-mergeguard": "./cli.mjs"
|
|
4
4
|
},
|
|
5
|
-
"description": "MergeGuard skill installer for CLI.Tax: smart merge guard with snapshot branches
|
|
5
|
+
"description": "MergeGuard skill installer for CLI.Tax: smart merge guard with snapshot branches and verified merge.",
|
|
6
6
|
"files": [
|
|
7
7
|
"cli.mjs",
|
|
8
8
|
"installer.mjs",
|
|
@@ -12,10 +12,11 @@
|
|
|
12
12
|
],
|
|
13
13
|
"license": "UNLICENSED",
|
|
14
14
|
"name": "cli-mergeguard",
|
|
15
|
+
"private": false,
|
|
15
16
|
"repository": {
|
|
16
17
|
"type": "git",
|
|
17
18
|
"url": "https://github.com/88208555/MergeGuard-clitax.git"
|
|
18
19
|
},
|
|
19
20
|
"type": "module",
|
|
20
|
-
"version": "7.0.
|
|
21
|
+
"version": "7.0.5"
|
|
21
22
|
}
|