@niondigital/commitlint-config 1.3.0 → 1.5.3
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@niondigital/commitlint-config`
|
|
2
2
|
|
|
3
|
-
This package provides a commitlint config as used by nion digital as a shared config.
|
|
3
|
+
This package provides a commitlint config as used by [nion digital](https://www.nion-digital.com) as a shared config.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -14,7 +14,7 @@ Have your [commitlint config](https://github.com/conventional-changelog/commitli
|
|
|
14
14
|
|
|
15
15
|
```json
|
|
16
16
|
{
|
|
17
|
-
"extends": ["@niondigital/
|
|
17
|
+
"extends": ["@niondigital/commitlint-config"],
|
|
18
18
|
"rules": {
|
|
19
19
|
"scope-enum": [2, "always", ["components", "services", "infrastructure", "workflows", "setup"]],
|
|
20
20
|
"scope-empty": [0, "never"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@niondigital/commitlint-config",
|
|
3
|
-
"version": "1.3
|
|
3
|
+
"version": "1.5.3",
|
|
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": "c7e8868d4aa7a5c5fd26b54bbaf3c2e193c32166"
|
|
40
40
|
}
|