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