@lanzorg/commitlint-config-template 0.0.44 → 0.0.46

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 +10 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,34 +1,34 @@
1
- # TEMPLATE
1
+ ## TEMPLATE
2
2
 
3
3
  <p><img src="https://placehold.co/900x325/666/fff" align="center" width="100%"></p>
4
4
 
5
5
  Preset collection for README files, targeting the vast majority of commonly used Markdown renderers and providing dedicated support for all those from GitHub, GitLab, PyPI, Pub, NPM, Crates, Docker, and many other known software registries.
6
6
 
7
- ## 2-Element Row
7
+ ### 2-Element Row
8
8
 
9
9
  <p><img src="https://placehold.co/450x325/666/fff" align="center" width="50%"><img src="https://placehold.co/450x325/333/fff" align="center" width="50%"></p>
10
10
 
11
- ## 3-Element Row
11
+ ### 3-Element Row
12
12
 
13
13
  <p><img src="https://placehold.co/300x325/666/fff" align="center" width="33.333333%"><img src="https://placehold.co/300x325/333/fff" align="center" width="33.333333%"><img src="https://placehold.co/300x325/666/fff" align="center" width="33.333333%"></p>
14
14
 
15
- ## 4-Element Row
15
+ ### 4-Element Row
16
16
 
17
17
  <p><img src="https://placehold.co/225x325/666/fff" align="center" width="25%"><img src="https://placehold.co/225x325/333/fff" align="center" width="25%"><img src="https://placehold.co/225x325/666/fff" align="center" width="25%"><img src="https://placehold.co/225x325/333/fff" align="center" width="25%"></p>
18
18
 
19
- ## 5-Element Row
19
+ ### 5-Element Row
20
20
 
21
21
  <p><img src="https://placehold.co/180x325/666/fff" align="center" width="20%"><img src="https://placehold.co/180x325/333/fff" align="center" width="20%"><img src="https://placehold.co/180x325/666/fff" align="center" width="20%"><img src="https://placehold.co/180x325/333/fff" align="center" width="20%"><img src="https://placehold.co/180x325/666/fff" align="center" width="20%"></p>
22
22
 
23
- ## 6-Element Row
23
+ ### 6-Element Row
24
24
 
25
25
  <p><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"></p>
26
26
 
27
- ## Mockup Gallery
27
+ ### Mockup Gallery
28
28
 
29
29
  <p><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"></p>
30
30
 
31
- ## Update Pub Package
31
+ ### Update Pub Package
32
32
 
33
33
  [//]: # (Suspendisse blandit justo vel sollicitudin.)
34
34
 
@@ -36,7 +36,7 @@ Preset collection for README files, targeting the vast majority of commonly used
36
36
  flutter pub add senchard --git-url https://github.com/olankens/senchard
37
37
  ```
38
38
 
39
- ## Instantiate the Client
39
+ ### Instantiate the Client
40
40
 
41
41
  [//]: # (Suspendisse blandit justo vel sollicitudin.)
42
42
 
@@ -44,7 +44,7 @@ flutter pub add senchard --git-url https://github.com/olankens/senchard
44
44
  var client = Client('television_ip_address_here', foolish: true);
45
45
  ```
46
46
 
47
- ## Update Picture Mode
47
+ ### Update Picture Mode
48
48
 
49
49
  [//]: # (Suspendisse blandit justo vel sollicitudin.)
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [