git-hooks-list 3.0.0 → 3.1.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/package.json +26 -33
- package/readme.md +5 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "git-hooks-list",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "List of Git hooks",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"git",
|
|
@@ -34,30 +34,26 @@
|
|
|
34
34
|
"index.js"
|
|
35
35
|
],
|
|
36
36
|
"scripts": {
|
|
37
|
-
"clean": "run-p clean
|
|
37
|
+
"clean": "run-p \"clean:*\"",
|
|
38
38
|
"clean:dist": "del-cli dist",
|
|
39
|
-
"dist": "run-p dist
|
|
39
|
+
"dist": "run-p \"dist:*\"",
|
|
40
40
|
"dist:npm": "np --yolo --no-yarn",
|
|
41
|
-
"format": "run-p format
|
|
41
|
+
"format": "run-p \"format:*\"",
|
|
42
42
|
"format:eslint": "yarn lint:eslint --fix",
|
|
43
|
-
"format:markdown": "
|
|
43
|
+
"format:markdown": "markdownlint-cli2-fix",
|
|
44
44
|
"format:package-json": "sort-package-json \"package.json\" \"packages/*/package.json\"",
|
|
45
45
|
"format:prettier": "yarn lint:prettier --write",
|
|
46
|
-
"lint": "run-p lint
|
|
47
|
-
"lint:eslint": "eslint \"**/*.{js,mjs,vue}\"",
|
|
48
|
-
"lint:markdown": "markdownlint
|
|
46
|
+
"lint": "run-p \"lint:*\"",
|
|
47
|
+
"lint:eslint": "eslint \"**/*.{js,jsx,mjs,cjs,vue}\"",
|
|
48
|
+
"lint:markdown": "markdownlint-cli2",
|
|
49
49
|
"lint:package-json": "yarn run format:package-json --check",
|
|
50
|
-
"lint:prettier": "prettier
|
|
50
|
+
"lint:prettier": "prettier . --check",
|
|
51
|
+
"prepare": "husky install",
|
|
51
52
|
"release": "run-s lint test format dist",
|
|
52
53
|
"test": "ava",
|
|
53
54
|
"test-coverage": "nyc yarn test",
|
|
54
55
|
"update": "node scripts/update.js"
|
|
55
56
|
},
|
|
56
|
-
"config": {
|
|
57
|
-
"commitizen": {
|
|
58
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
57
|
"ava": {
|
|
62
58
|
"verbose": true
|
|
63
59
|
},
|
|
@@ -68,28 +64,25 @@
|
|
|
68
64
|
]
|
|
69
65
|
},
|
|
70
66
|
"devDependencies": {
|
|
71
|
-
"@
|
|
72
|
-
"@fisker/
|
|
73
|
-
"@fisker/
|
|
74
|
-
"@fisker/
|
|
75
|
-
"@fisker/
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"got": "11.8.2",
|
|
84
|
-
"husky": "6.0.0",
|
|
85
|
-
"lint-staged": "11.0.0",
|
|
86
|
-
"markdownlint-cli": "0.27.1",
|
|
67
|
+
"@fisker/eslint-config": "10.2.5",
|
|
68
|
+
"@fisker/husky-config": "4.1.3",
|
|
69
|
+
"@fisker/lint-staged-config": "3.1.6",
|
|
70
|
+
"@fisker/markdownlint-cli2-config": "0.0.3",
|
|
71
|
+
"@fisker/prettier-config": "5.0.7",
|
|
72
|
+
"ava": "5.2.0",
|
|
73
|
+
"cheerio": "1.0.0-rc.12",
|
|
74
|
+
"del-cli": "5.0.0",
|
|
75
|
+
"eslint": "8.34.0",
|
|
76
|
+
"husky": "8.0.3",
|
|
77
|
+
"lint-staged": "13.1.2",
|
|
78
|
+
"markdownlint-cli2": "0.6.0",
|
|
87
79
|
"npm-run-all": "4.1.5",
|
|
88
80
|
"nyc": "15.1.0",
|
|
89
|
-
"prettier": "2.
|
|
90
|
-
"sort-package-json": "
|
|
91
|
-
"write-prettier-file": "2.
|
|
81
|
+
"prettier": "2.8.4",
|
|
82
|
+
"sort-package-json": "2.4.1",
|
|
83
|
+
"write-prettier-file": "2.2.0"
|
|
92
84
|
},
|
|
85
|
+
"packageManager": "yarn@3.4.1",
|
|
93
86
|
"publishConfig": {
|
|
94
87
|
"access": "public",
|
|
95
88
|
"registry": "https://registry.npmjs.org/"
|
package/readme.md
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
[![Npm Version][package_version_badge]][package_link]
|
|
6
6
|
[![MIT License][license_badge]][license_link]
|
|
7
7
|
|
|
8
|
-
[github_actions_badge]: https://img.shields.io/github/workflow/status/fisker/git-hooks-list/
|
|
9
|
-
[github_actions_link]: https://github.com/fisker/git-hooks-list/actions?query=branch%
|
|
10
|
-
[coveralls_badge]: https://img.shields.io/coveralls/github/fisker/git-hooks-list/
|
|
11
|
-
[coveralls_link]: https://coveralls.io/github/fisker/git-hooks-list?branch=
|
|
8
|
+
[github_actions_badge]: https://img.shields.io/github/actions/workflow/status/fisker/git-hooks-list/continuous-integration.yml?style=flat-square
|
|
9
|
+
[github_actions_link]: https://github.com/fisker/git-hooks-list/actions?query=branch%3Amain
|
|
10
|
+
[coveralls_badge]: https://img.shields.io/coveralls/github/fisker/git-hooks-list/main?style=flat-square
|
|
11
|
+
[coveralls_link]: https://coveralls.io/github/fisker/git-hooks-list?branch=main
|
|
12
12
|
[license_badge]: https://img.shields.io/npm/l/git-hooks-list.svg?style=flat-square
|
|
13
|
-
[license_link]: https://github.com/fisker/git-hooks-list/blob/
|
|
13
|
+
[license_link]: https://github.com/fisker/git-hooks-list/blob/main/license
|
|
14
14
|
[package_version_badge]: https://img.shields.io/npm/v/git-hooks-list.svg?style=flat-square
|
|
15
15
|
[package_link]: https://www.npmjs.com/package/git-hooks-list
|
|
16
16
|
|
|
@@ -22,10 +22,6 @@ Data from [Git - githooks Documentation](https://git-scm.com/docs/githooks)
|
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
24
|
yarn add git-hooks-list
|
|
25
|
-
|
|
26
|
-
# OR with npm
|
|
27
|
-
|
|
28
|
-
npm install --save git-hooks-list
|
|
29
25
|
```
|
|
30
26
|
|
|
31
27
|
## Usage
|