react-native-smart-skeleton 0.0.3 → 0.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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Created by Neeraj Singh.
|
|
|
6
6
|
|
|
7
7
|
## Demo
|
|
8
8
|
|
|
9
|
-

|
|
10
10
|
|
|
11
11
|
## Why use this package?
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-smart-skeleton",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "A fully customizable, theme-aware, animated skeleton loader for React Native.",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
]
|
|
70
70
|
},
|
|
71
71
|
"author": "Neeraj Singh",
|
|
72
|
-
"homepage": "https://github.com/
|
|
72
|
+
"homepage": "https://github.com/Neeraj-1996/react-native-smart-skeleton",
|
|
73
73
|
"repository": {
|
|
74
74
|
"type": "git",
|
|
75
|
-
"url": "git+https://github.com/
|
|
75
|
+
"url": "git+https://github.com/Neeraj-1996/react-native-smart-skeleton.git"
|
|
76
76
|
},
|
|
77
77
|
"bugs": {
|
|
78
|
-
"url": "https://github.com/
|
|
78
|
+
"url": "https://github.com/Neeraj-1996/react-native-smart-skeleton/issues"
|
|
79
79
|
}
|
|
80
80
|
}
|