@lanzorg/commitlint-config-template 0.0.5 → 0.0.6

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 +5 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
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>
7
7
 
8
- ### MATRICES
8
+ ## MATRICES
9
9
 
10
10
  <table>
11
11
  <tbody><tr>
@@ -26,21 +26,21 @@
26
26
  </tr></tbody>
27
27
  </table>
28
28
 
29
- ### LEARNING
29
+ ## LEARNING
30
30
 
31
- #### Installing Pub Package
31
+ ### Installing Pub Package
32
32
 
33
33
  ```sh
34
34
  flutter pub add senchard --git-url https://github.com/olankens/senchard
35
35
  ```
36
36
 
37
- #### Instantiating the Client
37
+ ### Instantiating the Client
38
38
 
39
39
  ```dart
40
40
  var client = Client('television_ip_address_here', foolish: true);
41
41
  ```
42
42
 
43
- #### Updating Picture Mode
43
+ ### Updating Picture Mode
44
44
 
45
45
  ```dart
46
46
  await client
@@ -76,5 +76,3 @@ await client
76
76
  </p>&nbsp;</td></tr>
77
77
  </table>
78
78
  -->
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.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [