@hashtagcms/themes 1.0.2 → 1.0.3
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/LICENSE +1 -1
- package/README.md +3 -3
- package/package.json +6 -7
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -141,13 +141,13 @@ We welcome contributions! Please see our [Contributing Guide](./CONTRIBUTING.md)
|
|
|
141
141
|
|
|
142
142
|
## 📄 License
|
|
143
143
|
|
|
144
|
-
[MIT](LICENSE) ©
|
|
144
|
+
[MIT](LICENSE) © HashtagCMS
|
|
145
145
|
|
|
146
146
|
## 🆘 Support
|
|
147
147
|
|
|
148
148
|
- 📖 [Documentation](./docs/GETTING_STARTED.md)
|
|
149
|
-
- 💬 [GitHub Discussions](https://github.com/
|
|
150
|
-
- 🐛 [Report Issues](https://github.com/
|
|
149
|
+
- 💬 [GitHub Discussions](https://github.com/hashtagcms/cms-frontend-kit/discussions)
|
|
150
|
+
- 🐛 [Report Issues](https://github.com/hashtagcms/cms-frontend-kit/issues)
|
|
151
151
|
|
|
152
152
|
## 🌟 Showcase
|
|
153
153
|
|
package/package.json
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashtagcms/themes",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"author": {
|
|
5
|
-
"name": "
|
|
6
|
-
"
|
|
7
|
-
"url": "https://github.com/marghoobsuleman"
|
|
5
|
+
"name": "HashtagCMS",
|
|
6
|
+
"url": "https://github.com/hashtagcms"
|
|
8
7
|
},
|
|
9
8
|
"description": "Frontend Themes and Core Logic for HashtagCMS",
|
|
10
9
|
"repository": {
|
|
11
10
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/
|
|
11
|
+
"url": "git+https://github.com/hashtagcms/cms-frontend-kit.git"
|
|
13
12
|
},
|
|
14
13
|
"bugs": {
|
|
15
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/hashtagcms/cms-frontend-kit/issues"
|
|
16
15
|
},
|
|
17
|
-
"homepage": "https://github.com/
|
|
16
|
+
"homepage": "https://github.com/hashtagcms/cms-frontend-kit#readme",
|
|
18
17
|
"main": "src/core/js/index.js",
|
|
19
18
|
"bin": "./bin/cli.js",
|
|
20
19
|
"files": [
|