@lanzorg/commitlint-config-template 0.0.17 → 0.0.18

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
@@ -12,10 +12,6 @@
12
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
13
  </p><hr>
14
14
 
15
- ### Supported Platforms
16
-
17
- <sub>Suspendisse blandit justo vel sollicitudin erat lobortis.</sub>
18
-
19
15
  <table>
20
16
  <tbody><tr>
21
17
  <td align="center" width="99999"><code>AND</code></td>
@@ -35,9 +31,11 @@
35
31
  </tr></tbody>
36
32
  </table>
37
33
 
34
+ <hr>
35
+
38
36
  ### Installing Pub Package
39
37
 
40
- <sub>Suspendisse blandit justo vel sollicitudin erat lobortis.</sub>
38
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
41
39
 
42
40
  ```sh
43
41
  flutter pub add senchard --git-url https://github.com/olankens/senchard
@@ -45,7 +43,7 @@ flutter pub add senchard --git-url https://github.com/olankens/senchard
45
43
 
46
44
  ### Instantiating the Client
47
45
 
48
- <sub>Suspendisse blandit justo vel sollicitudin erat lobortis.</sub>
46
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
49
47
 
50
48
  ```dart
51
49
  var client = Client('television_ip_address_here', foolish: true);
@@ -53,7 +51,7 @@ var client = Client('television_ip_address_here', foolish: true);
53
51
 
54
52
  ### Updating Picture Mode
55
53
 
56
- <sub>Suspendisse blandit justo vel sollicitudin erat lobortis.</sub>
54
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
57
55
 
58
56
  ```dart
59
57
  await client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [