@lanzorg/commitlint-config-template 0.0.7 → 0.0.9

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 +11 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,15 +1,17 @@
1
- <hr>
2
-
1
+ <!--
3
2
  <div align="center">
4
- <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>
5
4
  <h1><samp>TEMPLATE</samp></h1>
6
5
  </div>
6
+ -->
7
7
 
8
- <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
9
9
 
10
- <hr>
10
+ <p ><img src="https://lipsum.app/1200x400/aaa/000" width="100%"></p>
11
11
 
12
- ## MATRICES
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
+
14
+ ## Supported Platforms
13
15
 
14
16
  <table>
15
17
  <tbody><tr>
@@ -30,27 +32,19 @@
30
32
  </tr></tbody>
31
33
  </table>
32
34
 
33
- <hr>
34
-
35
- ## LEARNING
36
-
37
- ### Installing Pub Package
35
+ ## Installing Pub Package
38
36
 
39
37
  ```sh
40
38
  flutter pub add senchard --git-url https://github.com/olankens/senchard
41
39
  ```
42
40
 
43
- <hr>
44
-
45
- ### Instantiating the Client
41
+ ## Instantiating the Client
46
42
 
47
43
  ```dart
48
44
  var client = Client('television_ip_address_here', foolish: true);
49
45
  ```
50
46
 
51
- <hr>
52
-
53
- ### Updating Picture Mode
47
+ ## Updating Picture Mode
54
48
 
55
49
  ```dart
56
50
  await client
@@ -74,8 +68,6 @@ await client
74
68
  ..detach();
75
69
  ```
76
70
 
77
- <hr>
78
-
79
71
  <!--
80
72
  <table>
81
73
  <tr><td align="center" width="99999">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [