git-garbage 1.1.7 → 1.1.9
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 +5 -4
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "git-garbage",
|
|
3
3
|
"description": "Delete local git branches after deleting them on the remote repository.",
|
|
4
4
|
"homepage": "https://github.com/Kikobeats/git-garbage",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.9",
|
|
6
6
|
"bin": {
|
|
7
7
|
"git-garbage": "garbage.sh"
|
|
8
8
|
},
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@commitlint/cli": "latest",
|
|
28
28
|
"@commitlint/config-conventional": "latest",
|
|
29
|
+
"@ksmithut/prettier-standard": "latest",
|
|
29
30
|
"ci-publish": "latest",
|
|
30
31
|
"conventional-github-releaser": "latest",
|
|
31
32
|
"finepack": "latest",
|
|
32
33
|
"git-authors-cli": "latest",
|
|
33
34
|
"nano-staged": "latest",
|
|
34
35
|
"npm-check-updates": "latest",
|
|
35
|
-
"prettier-standard": "latest",
|
|
36
36
|
"simple-git-hooks": "latest",
|
|
37
37
|
"standard": "latest",
|
|
38
38
|
"standard-markdown": "latest",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"garbage.sh"
|
|
43
43
|
],
|
|
44
44
|
"scripts": {
|
|
45
|
-
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
|
|
45
|
+
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
|
|
46
46
|
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
47
47
|
"prerelease": "npm run update:check && npm run contributors",
|
|
48
48
|
"release": "standard-version -a",
|
|
@@ -60,7 +60,8 @@
|
|
|
60
60
|
},
|
|
61
61
|
"nano-staged": {
|
|
62
62
|
"*.js": [
|
|
63
|
-
"prettier-standard"
|
|
63
|
+
"prettier-standard",
|
|
64
|
+
"standard --fix"
|
|
64
65
|
],
|
|
65
66
|
"*.md": [
|
|
66
67
|
"standard-markdown"
|