@lanzorg/commitlint-config-template 0.0.5 → 0.0.7

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 +17 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ <hr>
2
+
1
3
  <div align="center">
2
4
  <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/icon.png" width="144"></p>
3
5
  <h1><samp>TEMPLATE</samp></h1>
@@ -5,7 +7,9 @@
5
7
 
6
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>
7
9
 
8
- ### MATRICES
10
+ <hr>
11
+
12
+ ## MATRICES
9
13
 
10
14
  <table>
11
15
  <tbody><tr>
@@ -26,21 +30,27 @@
26
30
  </tr></tbody>
27
31
  </table>
28
32
 
29
- ### LEARNING
33
+ <hr>
30
34
 
31
- #### Installing Pub Package
35
+ ## LEARNING
36
+
37
+ ### Installing Pub Package
32
38
 
33
39
  ```sh
34
40
  flutter pub add senchard --git-url https://github.com/olankens/senchard
35
41
  ```
36
42
 
37
- #### Instantiating the Client
43
+ <hr>
44
+
45
+ ### Instantiating the Client
38
46
 
39
47
  ```dart
40
48
  var client = Client('television_ip_address_here', foolish: true);
41
49
  ```
42
50
 
43
- #### Updating Picture Mode
51
+ <hr>
52
+
53
+ ### Updating Picture Mode
44
54
 
45
55
  ```dart
46
56
  await client
@@ -64,6 +74,8 @@ await client
64
74
  ..detach();
65
75
  ```
66
76
 
77
+ <hr>
78
+
67
79
  <!--
68
80
  <table>
69
81
  <tr><td align="center" width="99999">
@@ -76,5 +88,3 @@ await client
76
88
  </p>&nbsp;</td></tr>
77
89
  </table>
78
90
  -->
79
-
80
- <hr>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [