@lanzorg/commitlint-config-template 0.0.9 → 0.0.10

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 +7 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,45 +7,31 @@
7
7
 
8
8
  # TEMPLATE
9
9
 
10
+
10
11
  <p ><img src="https://lipsum.app/1200x400/aaa/000" width="100%"></p>
11
12
 
12
13
  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
14
 
14
- ## Supported Platforms
15
-
16
- <table>
17
- <tbody><tr>
18
- <td align="center" width="99999"><code>AND</code></td>
19
- <td align="center" width="99999"><code>IOS</code></td>
20
- <td align="center" width="99999"><code>LIN</code></td>
21
- <td align="center" width="99999"><code>MAC</code></td>
22
- <td align="center" width="99999"><code>WIN</code></td>
23
- <td align="center" width="99999"><code>WEB</code></td>
24
- </tr></tbody>
25
- <tbody><tr>
26
- <td align="center" height="64"><p>✅</p></td>
27
- <td align="center"><p>✅</p></td>
28
- <td align="center"><p>✅</p></td>
29
- <td align="center"><p>✅</p></td>
30
- <td align="center"><p>✅</p></td>
31
- <td align="center"><p>❌</p></td>
32
- </tr></tbody>
33
- </table>
34
-
35
15
  ## Installing Pub Package
36
16
 
17
+ 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.
18
+
37
19
  ```sh
38
20
  flutter pub add senchard --git-url https://github.com/olankens/senchard
39
21
  ```
40
22
 
41
23
  ## Instantiating the Client
42
24
 
25
+ 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.
26
+
43
27
  ```dart
44
28
  var client = Client('television_ip_address_here', foolish: true);
45
29
  ```
46
30
 
47
31
  ## Updating Picture Mode
48
32
 
33
+ 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.
34
+
49
35
  ```dart
50
36
  await client
51
37
  ..attach()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [