lapikit 0.4.1 → 0.4.2
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 +3 -3
- package/bin/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<a href="https://lapikit.dev">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/lapikit/lapikit.dev/main/.github/lapikit.svg" alt="Lapikit Logo" width="125">
|
|
3
3
|
</a>
|
|
4
4
|
|
|
5
5
|
# Lapikit - Svelte components library
|
|
@@ -96,12 +96,12 @@ We are proud supporters of the open-source community and contribute to several p
|
|
|
96
96
|
<tr>
|
|
97
97
|
<td>
|
|
98
98
|
<a href="https://www.w3.org/">
|
|
99
|
-
<img src="https://raw.githubusercontent.com/
|
|
99
|
+
<img src="https://raw.githubusercontent.com/lapikit/lapikit.dev/main/.github/w3c.svg" alt="W3C" width="75">
|
|
100
100
|
</a>
|
|
101
101
|
</td>
|
|
102
102
|
<td>
|
|
103
103
|
<a href="https://humanstxt.org/">
|
|
104
|
-
<img src="https://raw.githubusercontent.com/
|
|
104
|
+
<img src="https://raw.githubusercontent.com/lapikit/lapikit.dev/main/.github/humans.png" alt="Humans.txt" width="115">
|
|
105
105
|
</a>
|
|
106
106
|
</td>
|
|
107
107
|
</tr>
|
package/bin/index.js
CHANGED
|
@@ -23,7 +23,7 @@ async function run() {
|
|
|
23
23
|
run()
|
|
24
24
|
.then(() => {
|
|
25
25
|
terminal('none', `\n\n\n\nWebsite: https://lapikit.dev`);
|
|
26
|
-
terminal('none', `Github: https://github.com/
|
|
26
|
+
terminal('none', `Github: https://github.com/lapikit/lapikit`);
|
|
27
27
|
terminal('none', `Support the developement: https://buymeacoffee.com/nycolaide`);
|
|
28
28
|
process.exit(0);
|
|
29
29
|
})
|