@lanzorg/commitlint-config-template 0.0.107 → 0.0.109
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.
- package/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<!--<p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/typescript.svg" width="128"></p>-->
|
|
3
3
|
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/typescript.svg" align="center" width="128">
|
|
4
|
+
<!--<h1><samp>TEMPLATE</samp></h1>-->
|
|
4
5
|
<h1>TEMPLATE</h1>
|
|
5
6
|
<p>
|
|
6
7
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam non odio a sapien laoreet tempus. Maecenas ut leo hendrerit, dignissim diam ut, varius dolor. Nam pellentesque maximus gravida. Donec leo mi, ullamcorper sit amet urna a placerat.
|
|
7
8
|
</p>
|
|
8
9
|
<p>
|
|
9
|
-
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/springai.svg" width="
|
|
10
|
-
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/ionic.svg" width="
|
|
11
|
-
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/flyway.svg" width="
|
|
12
|
-
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/rabbitmq.svg" width="
|
|
10
|
+
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/springai.svg" width="64">
|
|
11
|
+
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/ionic.svg" width="64">
|
|
12
|
+
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/flyway.svg" width="64">
|
|
13
|
+
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/rabbitmq.svg" width="64">
|
|
13
14
|
</p>
|
|
14
15
|
</div>
|
|
15
16
|
|