@lanzorg/commitlint-config-template 0.0.14 → 0.0.16

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 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ### Supported Platforms
16
16
 
17
- Suspendisse blandit justo vel sollicitudin erat lobortis.
17
+ <sup>Suspendisse blandit justo vel sollicitudin erat lobortis.</sup>
18
18
 
19
19
  <table>
20
20
  <tbody><tr>
@@ -35,31 +35,25 @@ Suspendisse blandit justo vel sollicitudin erat lobortis.
35
35
  </tr></tbody>
36
36
  </table>
37
37
 
38
- <hr>
39
-
40
38
  ### Installing Pub Package
41
39
 
42
- Suspendisse blandit justo vel sollicitudin erat lobortis.
40
+ <sup>Suspendisse blandit justo vel sollicitudin erat lobortis.</sup>
43
41
 
44
42
  ```sh
45
43
  flutter pub add senchard --git-url https://github.com/olankens/senchard
46
44
  ```
47
45
 
48
- <hr>
49
-
50
46
  ### Instantiating the Client
51
47
 
52
- Suspendisse blandit justo vel sollicitudin erat lobortis.
48
+ <sup>Suspendisse blandit justo vel sollicitudin erat lobortis.</sup>
53
49
 
54
50
  ```dart
55
51
  var client = Client('television_ip_address_here', foolish: true);
56
52
  ```
57
53
 
58
- <hr>
59
-
60
54
  ### Updating Picture Mode
61
55
 
62
- Suspendisse blandit justo vel sollicitudin erat lobortis.
56
+ <sup>Suspendisse blandit justo vel sollicitudin erat lobortis.</sup>
63
57
 
64
58
  ```dart
65
59
  await client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [