@lanzorg/commitlint-config-template 0.0.7 → 0.0.8

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