@lanzorg/commitlint-config-template 0.0.21 → 0.0.23

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse blandit justo vel tellus pharetra, ut sollicitudin erat lobortis. Etiam non lacinia neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames duis.
6
6
 
7
- <p align="left">***</p>
7
+ <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="1" width="100%">
8
8
 
9
9
  ### Installing Pub Package
10
10
 
@@ -14,7 +14,7 @@ Suspendisse blandit justo vel sollicitudin erat lobortis.
14
14
  flutter pub add senchard --git-url https://github.com/olankens/senchard
15
15
  ```
16
16
 
17
- <p align="left">***</p>
17
+ <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="1" width="100%">
18
18
 
19
19
  ### Instantiating the Client
20
20
 
@@ -24,7 +24,7 @@ Suspendisse blandit justo vel sollicitudin erat lobortis.
24
24
  var client = Client('television_ip_address_here', foolish: true);
25
25
  ```
26
26
 
27
- <p align="left">***</p>
27
+ <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="1" width="100%">
28
28
 
29
29
  ### Updating Picture Mode
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [