@lanzorg/commitlint-config-template 0.0.8 → 0.0.10

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 +13 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,45 +1,37 @@
1
+ <!--
1
2
  <div align="center">
2
- <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/icon.png" width="144"></p>
3
+ <p><img src="https://lipsum.app/1200x400/aaa/000" width="100%"></p>
3
4
  <h1><samp>TEMPLATE</samp></h1>
4
5
  </div>
6
+ -->
5
7
 
6
- <p align="center">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.</p>
8
+ # TEMPLATE
7
9
 
8
- ## Supported Platforms
9
10
 
10
- <table>
11
- <tbody><tr>
12
- <td align="center" width="99999"><code>AND</code></td>
13
- <td align="center" width="99999"><code>IOS</code></td>
14
- <td align="center" width="99999"><code>LIN</code></td>
15
- <td align="center" width="99999"><code>MAC</code></td>
16
- <td align="center" width="99999"><code>WIN</code></td>
17
- <td align="center" width="99999"><code>WEB</code></td>
18
- </tr></tbody>
19
- <tbody><tr>
20
- <td align="center" height="64"><p>✅</p></td>
21
- <td align="center"><p>✅</p></td>
22
- <td align="center"><p>✅</p></td>
23
- <td align="center"><p>✅</p></td>
24
- <td align="center"><p>✅</p></td>
25
- <td align="center"><p>❌</p></td>
26
- </tr></tbody>
27
- </table>
11
+ <p ><img src="https://lipsum.app/1200x400/aaa/000" width="100%"></p>
12
+
13
+ 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.
28
14
 
29
15
  ## Installing Pub Package
30
16
 
17
+ 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.
18
+
31
19
  ```sh
32
20
  flutter pub add senchard --git-url https://github.com/olankens/senchard
33
21
  ```
34
22
 
35
23
  ## Instantiating the Client
36
24
 
25
+ 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.
26
+
37
27
  ```dart
38
28
  var client = Client('television_ip_address_here', foolish: true);
39
29
  ```
40
30
 
41
31
  ## Updating Picture Mode
42
32
 
33
+ 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.
34
+
43
35
  ```dart
44
36
  await client
45
37
  ..attach()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [