@lanzorg/commitlint-config-template 0.0.20 → 0.0.22

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 +9 -35
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,42 +1,12 @@
1
- # TEMPLATE
1
+ ## TEMPLATE
2
2
 
3
- 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.
4
-
5
- ---
6
-
7
- <div align="center">
8
- <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/icon.png" width="144"></p>
9
- <h1>TEMPLATE</h1>
10
- </div>
11
-
12
- <p align="center">
13
- <a href="https://olankens.com">WEBSITE</a> ·
14
- <a href="https://ko-fi.com/olankens">FUNDING</a>
15
- </p>
3
+ ![](https://placehold.co/1280x640)
16
4
 
17
- <hr><p align="center"><br>
18
- 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.
19
- </p><br>
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.
20
6
 
21
- <table>
22
- <tbody><tr>
23
- <td align="center" width="99999"><code>AND</code></td>
24
- <td align="center" width="99999"><code>IOS</code></td>
25
- <td align="center" width="99999"><code>LIN</code></td>
26
- <td align="center" width="99999"><code>MAC</code></td>
27
- <td align="center" width="99999"><code>WIN</code></td>
28
- <td align="center" width="99999"><code>WEB</code></td>
29
- </tr></tbody>
30
- <tbody><tr>
31
- <td align="center" height="64">✅</td>
32
- <td align="center">✅</td>
33
- <td align="center">✅</td>
34
- <td align="center">✅</td>
35
- <td align="center">✅</td>
36
- <td align="center">❌</td>
37
- </tr></tbody>
38
- </table>
7
+ <p align="left">***</p>
39
8
 
9
+ <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" height="2" width="100%">
40
10
 
41
11
  ### Installing Pub Package
42
12
 
@@ -46,6 +16,8 @@ Suspendisse blandit justo vel sollicitudin erat lobortis.
46
16
  flutter pub add senchard --git-url https://github.com/olankens/senchard
47
17
  ```
48
18
 
19
+ <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" height="2" width="100%">
20
+
49
21
  ### Instantiating the Client
50
22
 
51
23
  Suspendisse blandit justo vel sollicitudin erat lobortis.
@@ -54,6 +26,8 @@ Suspendisse blandit justo vel sollicitudin erat lobortis.
54
26
  var client = Client('television_ip_address_here', foolish: true);
55
27
  ```
56
28
 
29
+ <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" height="2" width="100%">
30
+
57
31
  ### Updating Picture Mode
58
32
 
59
33
  Suspendisse blandit justo vel sollicitudin erat lobortis.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [