@lanzorg/commitlint-config-template 0.0.13 → 0.0.14

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 +18 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/icon.png" align="center" width="144"></p>
2
+ <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/icon.png" width="144"></p>
3
3
  <h1>TEMPLATE</h1>
4
4
  </div>
5
5
 
@@ -14,6 +14,8 @@
14
14
 
15
15
  ### Supported Platforms
16
16
 
17
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
18
+
17
19
  <table>
18
20
  <tbody><tr>
19
21
  <td align="center" width="99999"><code>AND</code></td>
@@ -24,34 +26,40 @@
24
26
  <td align="center" width="99999"><code>WEB</code></td>
25
27
  </tr></tbody>
26
28
  <tbody><tr>
27
- <td align="center"><p>✅</p></td>
28
- <td align="center"><p>✅</p></td>
29
- <td align="center"><p>✅</p></td>
30
- <td align="center"><p>✅</p></td>
31
- <td align="center"><p>✅</p></td>
32
- <td align="center"><p>❌</p></td>
29
+ <td align="center" height="64">✅</td>
30
+ <td align="center">✅</td>
31
+ <td align="center">✅</td>
32
+ <td align="center">✅</td>
33
+ <td align="center">✅</td>
34
+ <td align="center">❌</td>
33
35
  </tr></tbody>
34
36
  </table>
35
37
 
38
+ <hr>
39
+
36
40
  ### Installing Pub Package
37
41
 
38
- 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.
42
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
39
43
 
40
44
  ```sh
41
45
  flutter pub add senchard --git-url https://github.com/olankens/senchard
42
46
  ```
43
47
 
48
+ <hr>
49
+
44
50
  ### Instantiating the Client
45
51
 
46
- 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.
52
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
47
53
 
48
54
  ```dart
49
55
  var client = Client('television_ip_address_here', foolish: true);
50
56
  ```
51
57
 
58
+ <hr>
59
+
52
60
  ### Updating Picture Mode
53
61
 
54
- 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.
62
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
55
63
 
56
64
  ```dart
57
65
  await client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [