progressimo 1.0.0 → 1.0.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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "progressimo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A lightweight, animated, themeable CLI progress bar for Node.js — zero config to start, full customization when needed.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
38
|
-
"url": "git+https://github.com/realsahilsaini/
|
|
38
|
+
"url": "git+https://github.com/realsahilsaini/progressimo.git"
|
|
39
39
|
},
|
|
40
|
-
"homepage": "https://github.com/realsahilsaini/
|
|
40
|
+
"homepage": "https://github.com/realsahilsaini/progressimo#readme",
|
|
41
41
|
"bugs": {
|
|
42
|
-
"url": "https://github.com/realsahilsaini/
|
|
42
|
+
"url": "https://github.com/realsahilsaini/progressimo/issues"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"chalk": "^5.6.2",
|