@lanzorg/commitlint-config-template 0.0.25 → 0.0.27

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