@niondigital/commitlint-config 1.2.2 → 1.3.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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ npx install-peerdeps --dev @niondigital/commitlint-config
|
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Have your [commitlint config](https://github.com/conventional-changelog/commitlint?tab=readme-ov-file#config) extend this config and add additional rules as required (e.g. required/optional scoping):
|
|
14
14
|
|
|
15
15
|
```json
|
|
16
16
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@niondigital/commitlint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "niondigital commitlint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"commitlint",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"@commitlint/config-conventional": "^19.2.2",
|
|
37
37
|
"commitlint-config-cz": "^0.13.3"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "13451d299ce0e0043d6d48591932a2887959e7c9"
|
|
40
40
|
}
|