Skip to content

Commit 3cf629a

Browse files
authored
Add repository field to package.json
1 parent e0f48ae commit 3cf629a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"main": "src/index.js",
66
"types": "src/index.d.ts",
77
"homepage": "https://github.com/oblador/react-native-vector-image",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/oblador/react-native-vector-image.git"
11+
},
812
"scripts": {
913
"test": "jest src"
1014
},

0 commit comments

Comments
 (0)