@kntic/links 0.3.0 → 0.3.1
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/package.json +3 -3
- package/src/generator.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kntic/links",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "CLI for building and deploying self-hosted link-in-bio pages. No accounts, no tracking — just HTML.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"homepage": "https://kntic.ai",
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|
|
31
|
-
"url": "https://
|
|
31
|
+
"url": "https://github.com/thomasrobak/kntic-links.git"
|
|
32
32
|
},
|
|
33
33
|
"bugs": {
|
|
34
|
-
"url": "https://
|
|
34
|
+
"url": "https://github.com/thomasrobak/kntic-links/issues"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"prepublishOnly": "node -e \"import('./src/config.js').then(() => console.log('prepublish check passed'))\""
|
package/src/generator.js
CHANGED
|
@@ -188,7 +188,7 @@ ${linksHTML}
|
|
|
188
188
|
</ul>
|
|
189
189
|
|
|
190
190
|
<footer class="footer">
|
|
191
|
-
<a class="footer__link" href="https://kntic
|
|
191
|
+
<a class="footer__link" href="https://github.com/thomasrobak/kntic-links">Powered by KNTIC Links</a>
|
|
192
192
|
</footer>
|
|
193
193
|
</body>
|
|
194
194
|
</html>
|