shimmer-from-structure 1.0.3 → 1.0.4
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 +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shimmer-from-structure",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Universal UI skeleton generator for React and Vue. Auto-adapts to your component structure with zero maintenance and pixel-perfect accuracy.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -39,6 +39,11 @@
|
|
|
39
39
|
"skeleton",
|
|
40
40
|
"loading"
|
|
41
41
|
],
|
|
42
|
+
"repository": {
|
|
43
|
+
"type": "git",
|
|
44
|
+
"url": "git+https://github.com/darula-hpp/shimmer-from-structure.git",
|
|
45
|
+
"directory": "packages/shimmer-from-structure"
|
|
46
|
+
},
|
|
42
47
|
"author": "Olebogeng Mbedzi",
|
|
43
48
|
"license": "MIT"
|
|
44
49
|
}
|