@lanzorg/commitlint-config-template 0.0.13 → 0.0.15

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 +16 -14
  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
 
@@ -12,7 +12,9 @@
12
12
  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
13
  </p><hr>
14
14
 
15
- ### Supported Platforms
15
+ ## Supported Platforms
16
+
17
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
16
18
 
17
19
  <table>
18
20
  <tbody><tr>
@@ -24,34 +26,34 @@
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
 
36
- ### Installing Pub Package
38
+ ## Installing Pub Package
37
39
 
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.
40
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
39
41
 
40
42
  ```sh
41
43
  flutter pub add senchard --git-url https://github.com/olankens/senchard
42
44
  ```
43
45
 
44
- ### Instantiating the Client
46
+ ## Instantiating the Client
45
47
 
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.
48
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
47
49
 
48
50
  ```dart
49
51
  var client = Client('television_ip_address_here', foolish: true);
50
52
  ```
51
53
 
52
- ### Updating Picture Mode
54
+ ## Updating Picture Mode
53
55
 
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.
56
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
55
57
 
56
58
  ```dart
57
59
  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.15",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [