|
1 | 1 | { |
2 | | - "name": "@tomgrv/gitutils", |
3 | | - "version": "5.30.0-beta.1", |
4 | | - "description": "Git utilities and aliases for development workflow", |
5 | | - "files": [ |
6 | | - "_*.sh", |
7 | | - "install.sh", |
8 | | - "install-config.sh", |
9 | | - "alias.json", |
10 | | - "config.json", |
11 | | - "stubs/**/*" |
12 | | - ], |
13 | | - "bin": { |
14 | | - "deleteChildren": "./_deleteChildren.sh", |
15 | | - "git-align": "./_git-align.sh", |
16 | | - "git-co": "./_git-co.sh", |
17 | | - "git-degit": "./_git-degit.sh", |
18 | | - "git-fix": "./_git-fix.sh", |
19 | | - "git-fix-author": "./_git-fix-author.sh", |
20 | | - "git-fix-emoji": "./_git-fix-emoji.sh", |
21 | | - "git-fix-last": "./_git-fix-last.sh", |
22 | | - "git-fix-lock": "./_git-fix-lock.sh", |
23 | | - "git-fix-mode": "./_git-fix-mode.sh", |
24 | | - "git-fix-privacy": "./_git-fix-privacy.sh", |
25 | | - "git-fix-up": "./_git-fix-up.sh", |
26 | | - "git-forall": "./_git-forall.sh", |
27 | | - "git-getcommit": "./_git-getcommit.sh", |
28 | | - "git-integrate": "./_git-integrate.sh", |
29 | | - "git-pick": "./_git-pick.sh", |
30 | | - "git-release": "./_git-release.sh", |
31 | | - "git-release-alpha": "./_git-release-alpha.sh", |
32 | | - "git-release-beta": "./_git-release-beta.sh", |
33 | | - "git-release-hotfix": "./_git-release-hotfix.sh", |
34 | | - "git-release-prod": "./_git-release-prod.sh", |
35 | | - "setrights": "./_setrights.sh", |
36 | | - "unset": "./_unset.sh" |
37 | | - }, |
38 | | - "scripts": {}, |
39 | | - "dependencies": {}, |
40 | | - "peerDependencies": { |
41 | | - "@tomgrv/common-utils": "^5.0.0", |
42 | | - "@tomgrv/gitversion": "^5.0.0" |
43 | | - } |
| 2 | + "name": "@tomgrv/gitutils", |
| 3 | + "version": "5.30.1-beta.1", |
| 4 | + "description": "Git utilities and aliases for development workflow", |
| 5 | + "files": [ |
| 6 | + "_*.sh", |
| 7 | + "install.sh", |
| 8 | + "install-config.sh", |
| 9 | + "alias.json", |
| 10 | + "config.json", |
| 11 | + "stubs/**/*" |
| 12 | + ], |
| 13 | + "bin": { |
| 14 | + "deleteChildren": "./_deleteChildren.sh", |
| 15 | + "git-align": "./_git-align.sh", |
| 16 | + "git-co": "./_git-co.sh", |
| 17 | + "git-degit": "./_git-degit.sh", |
| 18 | + "git-fix": "./_git-fix.sh", |
| 19 | + "git-fix-author": "./_git-fix-author.sh", |
| 20 | + "git-fix-emoji": "./_git-fix-emoji.sh", |
| 21 | + "git-fix-last": "./_git-fix-last.sh", |
| 22 | + "git-fix-lock": "./_git-fix-lock.sh", |
| 23 | + "git-fix-mode": "./_git-fix-mode.sh", |
| 24 | + "git-fix-privacy": "./_git-fix-privacy.sh", |
| 25 | + "git-fix-up": "./_git-fix-up.sh", |
| 26 | + "git-forall": "./_git-forall.sh", |
| 27 | + "git-getcommit": "./_git-getcommit.sh", |
| 28 | + "git-integrate": "./_git-integrate.sh", |
| 29 | + "git-pick": "./_git-pick.sh", |
| 30 | + "git-release": "./_git-release.sh", |
| 31 | + "git-release-alpha": "./_git-release-alpha.sh", |
| 32 | + "git-release-beta": "./_git-release-beta.sh", |
| 33 | + "git-release-hotfix": "./_git-release-hotfix.sh", |
| 34 | + "git-release-prod": "./_git-release-prod.sh", |
| 35 | + "setrights": "./_setrights.sh", |
| 36 | + "unset": "./_unset.sh" |
| 37 | + }, |
| 38 | + "scripts": {}, |
| 39 | + "dependencies": {}, |
| 40 | + "peerDependencies": { |
| 41 | + "@tomgrv/common-utils": "^5.0.0", |
| 42 | + "@tomgrv/gitversion": "^5.0.0" |
| 43 | + } |
44 | 44 | } |
0 commit comments