We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c48bc commit 27f03f1Copy full SHA for 27f03f1
1 file changed
package.json
@@ -1,8 +1,12 @@
1
{
2
- "name": "react-native-quick-scroll",
3
- "version": "1.0.2",
4
- "main": "index.js",
5
- "author": "Faisal Arshed",
6
- "license": "MIT",
7
- "private": false
+ "name": "react-native-quick-scroll",
+ "version": "1.0.2",
+ "main": "index.js",
+ "author": "Faisal Arshed",
+ "license": "MIT",
+ "private": false,
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/farshed/react-native-quick-scroll.git"
11
+ }
12
}
0 commit comments