@lanzorg/commitlint-config-template 0.0.6 → 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 +12 -0
  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,6 +7,8 @@
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
 
10
+ <hr>
11
+
8
12
  ## MATRICES
9
13
 
10
14
  <table>
@@ -26,6 +30,8 @@
26
30
  </tr></tbody>
27
31
  </table>
28
32
 
33
+ <hr>
34
+
29
35
  ## LEARNING
30
36
 
31
37
  ### Installing Pub Package
@@ -34,12 +40,16 @@
34
40
  flutter pub add senchard --git-url https://github.com/olankens/senchard
35
41
  ```
36
42
 
43
+ <hr>
44
+
37
45
  ### Instantiating the Client
38
46
 
39
47
  ```dart
40
48
  var client = Client('television_ip_address_here', foolish: true);
41
49
  ```
42
50
 
51
+ <hr>
52
+
43
53
  ### Updating Picture Mode
44
54
 
45
55
  ```dart
@@ -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">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [