zerocodejs 1.0.1-beta.1 → 1.0.1-beta.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/dist/footer.html +2 -2
- package/package.json +2 -2
package/dist/footer.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<footer class="footer">
|
|
2
2
|
<div class="footer-content">
|
|
3
3
|
<div class="footer-links">
|
|
4
|
-
<a href="https://github.com/atsumi-code/
|
|
5
|
-
<a href="https://github.com/atsumi-code/
|
|
4
|
+
<a href="https://github.com/atsumi-code/zerocodejs" class="footer-link" target="_blank" rel="noopener noreferrer">GitHub</a>
|
|
5
|
+
<a href="https://github.com/atsumi-code/zerocodejs/blob/main/LICENSE" class="footer-link" target="_blank" rel="noopener noreferrer">ライセンス</a>
|
|
6
6
|
</div>
|
|
7
7
|
<div class="footer-copyright">© 2025 ZeroCode.js</div>
|
|
8
8
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zerocodejs",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.2",
|
|
4
4
|
"description": "ZeroCode.js - フレームワーク非依存のWeb ComponentsのCMSフロントエンドライブラリ",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/zerocode.umd.js",
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"license": "MIT",
|
|
90
90
|
"repository": {
|
|
91
91
|
"type": "git",
|
|
92
|
-
"url": "https://github.com/atsumi-code/
|
|
92
|
+
"url": "https://github.com/atsumi-code/zerocodejs"
|
|
93
93
|
}
|
|
94
94
|
}
|