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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
- ![React Native Smart Skeleton demo](https://github.com/Neeraj-1996/react-native-smart-skeleton/blob/main/src/demo/demo.gif)
9
+ ![React Native Smart Skeleton demo](https://raw.githubusercontent.com/Neeraj-1996/react-native-smart-skeleton/refs/heads/main/src/demo/demo.gif?token=GHSAT0AAAAAAEB67UVQ4MGC67F4AESDIIRO2SM2RXA)
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",
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/your-username/react-native-smart-skeleton",
72
+ "homepage": "https://github.com/Neeraj-1996/react-native-smart-skeleton",
73
73
  "repository": {
74
74
  "type": "git",
75
- "url": "git+https://github.com/your-username/react-native-smart-skeleton.git"
75
+ "url": "git+https://github.com/Neeraj-1996/react-native-smart-skeleton.git"
76
76
  },
77
77
  "bugs": {
78
- "url": "https://github.com/your-username/react-native-smart-skeleton/issues"
78
+ "url": "https://github.com/Neeraj-1996/react-native-smart-skeleton/issues"
79
79
  }
80
80
  }