@lanzorg/commitlint-config-template 0.0.24 → 0.0.25

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%">
1
+ <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%"></p>
2
2
 
3
3
  ## <code>TEMPLATE</code>
4
4
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  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.
8
8
 
9
- <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="1" width="100%">
9
+ <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%"></p>
10
10
 
11
11
  ### Installing Pub Package
12
12
 
@@ -16,7 +16,7 @@ Suspendisse blandit justo vel sollicitudin erat lobortis.
16
16
  flutter pub add senchard --git-url https://github.com/olankens/senchard
17
17
  ```
18
18
 
19
- <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="1" width="100%">
19
+ <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%"></p>
20
20
 
21
21
  ### Instantiating the Client
22
22
 
@@ -26,7 +26,7 @@ Suspendisse blandit justo vel sollicitudin erat lobortis.
26
26
  var client = Client('television_ip_address_here', foolish: true);
27
27
  ```
28
28
 
29
- <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="1" width="100%">
29
+ <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%"></p>
30
30
 
31
31
  ### Updating Picture Mode
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [