@ui-entropy/cli 0.1.0 → 0.1.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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -193,7 +193,7 @@ Free tier available. Pro/Team subscriptions for advanced features.
|
|
|
193
193
|
|
|
194
194
|
**For CLI usage questions:**
|
|
195
195
|
- 📖 [Documentation](https://uientropy.com/docs)
|
|
196
|
-
- 🐛 [Report Issues](https://github.com/
|
|
196
|
+
- 🐛 [Report Issues](https://github.com/dmanzer2/ui-entropy/issues)
|
|
197
197
|
|
|
198
198
|
**For commercial inquiries:**
|
|
199
199
|
- Dashboard beta access
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui-entropy/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Professional CSS waste detection for modern teams - CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"homepage": "https://uientropy.com",
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
|
32
|
-
"url": "https://github.com/
|
|
32
|
+
"url": "https://github.com/dmanzer2/ui-entropy.git",
|
|
33
33
|
"directory": "packages/cli"
|
|
34
34
|
},
|
|
35
35
|
"bugs": {
|
|
36
|
-
"url": "https://github.com/
|
|
36
|
+
"url": "https://github.com/dmanzer2/ui-entropy/issues"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"dist",
|