@niondigital/commitlint-config 1.2.1 → 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.
Files changed (2) hide show
  1. package/README.md +13 -1
  2. 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
- Extend commitlint config and add additional rules as required (e.g. required/optional scoping):
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
  {
@@ -21,3 +21,15 @@ Extend commitlint config and add additional rules as required (e.g. required/opt
21
21
  }
22
22
  }
23
23
  ```
24
+
25
+ ## License
26
+
27
+ The MIT License (MIT)
28
+
29
+ Copyright (c) 2024 nion digital GmbH, Germany
30
+
31
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
32
+
33
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
34
+
35
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@niondigital/commitlint-config",
3
- "version": "1.2.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": "dc3a880a135e80b9ba5a4e027b14629d918f6b4c"
39
+ "gitHead": "13451d299ce0e0043d6d48591932a2887959e7c9"
40
40
  }