@lanzorg/commitlint-config-template 0.0.25 → 0.0.26

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 +8 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%"></p>
1
+ [//]: # (<p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%"></p>)
2
2
 
3
3
  ## <code>TEMPLATE</code>
4
4
 
@@ -6,31 +6,25 @@
6
6
 
7
7
  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.
8
8
 
9
- <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%"></p>
9
+ ## Installing Pub Package
10
10
 
11
- ### Installing Pub Package
12
-
13
- Suspendisse blandit justo vel sollicitudin erat lobortis.
11
+ Suspendisse blandit justo vel sollicitudin.
14
12
 
15
13
  ```sh
16
14
  flutter pub add senchard --git-url https://github.com/olankens/senchard
17
15
  ```
18
16
 
19
- <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%"></p>
20
-
21
- ### Instantiating the Client
17
+ ## Instantiating the Client
22
18
 
23
- Suspendisse blandit justo vel sollicitudin erat lobortis.
19
+ Suspendisse blandit justo vel sollicitudin.
24
20
 
25
21
  ```dart
26
22
  var client = Client('television_ip_address_here', foolish: true);
27
23
  ```
28
24
 
29
- <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%"></p>
30
-
31
- ### Updating Picture Mode
25
+ ## Updating Picture Mode
32
26
 
33
- Suspendisse blandit justo vel sollicitudin erat lobortis.
27
+ Suspendisse blandit justo vel sollicitudin.
34
28
 
35
29
  ```dart
36
30
  await client
@@ -52,6 +46,4 @@ await client
52
46
  ..changeGammaAdjustment(GammaAdjustment.gamma22)
53
47
  ..toggleViewingAngle()
54
48
  ..detach();
55
- ```
56
-
57
- <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%">
49
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [