@lanzorg/commitlint-config-template 0.0.141 → 0.0.142

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 +3 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,27 +11,19 @@
11
11
 
12
12
  <p><img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/asset-01.png" align="" width="100%"></p>
13
13
 
14
- ## LEARNING
15
-
16
- ### ADD PACKAGE
17
-
18
- Lorem ipsum dolor sit amet adipiscing elit.
14
+ ## ADD PACKAGE
19
15
 
20
16
  ```sh
21
17
  flutter pub add senchard --git-url https://github.com/olankens/senchard
22
18
  ```
23
19
 
24
- ### CREATE CLIENT
25
-
26
- Lorem ipsum dolor sit amet adipiscing elit.
20
+ ## CREATE CLIENT
27
21
 
28
22
  ```dart
29
23
  var client = Client('television_ip_address_here', foolish: true);
30
24
  ```
31
25
 
32
- ### UPDATE PICTURE MODE
33
-
34
- Lorem ipsum dolor sit amet adipiscing elit.
26
+ ## UPDATE PICTURE MODE
35
27
 
36
28
  ```dart
37
29
  await client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.141",
3
+ "version": "0.0.142",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [