@lanzorg/commitlint-config-template 0.0.16 → 0.0.17

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