@lanzorg/commitlint-config-template 0.0.17 → 0.0.19

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 +8 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ <hr>
2
+
1
3
  <div align="center">
2
4
  <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/icon.png" width="144"></p>
3
5
  <h1>TEMPLATE</h1>
@@ -8,13 +10,9 @@
8
10
  <a href="https://ko-fi.com/olankens">FUNDING</a>
9
11
  </p>
10
12
 
11
- <hr><p align="center">
13
+ <hr><p align="center"><br>
12
14
  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.
13
- </p><hr>
14
-
15
- ### Supported Platforms
16
-
17
- <sub>Suspendisse blandit justo vel sollicitudin erat lobortis.</sub>
15
+ </p><br>
18
16
 
19
17
  <table>
20
18
  <tbody><tr>
@@ -35,9 +33,10 @@
35
33
  </tr></tbody>
36
34
  </table>
37
35
 
36
+
38
37
  ### Installing Pub Package
39
38
 
40
- <sub>Suspendisse blandit justo vel sollicitudin erat lobortis.</sub>
39
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
41
40
 
42
41
  ```sh
43
42
  flutter pub add senchard --git-url https://github.com/olankens/senchard
@@ -45,7 +44,7 @@ flutter pub add senchard --git-url https://github.com/olankens/senchard
45
44
 
46
45
  ### Instantiating the Client
47
46
 
48
- <sub>Suspendisse blandit justo vel sollicitudin erat lobortis.</sub>
47
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
49
48
 
50
49
  ```dart
51
50
  var client = Client('television_ip_address_here', foolish: true);
@@ -53,7 +52,7 @@ var client = Client('television_ip_address_here', foolish: true);
53
52
 
54
53
  ### Updating Picture Mode
55
54
 
56
- <sub>Suspendisse blandit justo vel sollicitudin erat lobortis.</sub>
55
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
57
56
 
58
57
  ```dart
59
58
  await client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [