Skip to content

Commit ed55064

Browse files
authored
Merge pull request #49 from hawkrives/patch-1
Add "repository" key to package.json
2 parents 70b75ce + bcb6704 commit ed55064

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
],
1414
"author": "Gaëtan Renaudeau <[email protected]>",
1515
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/gre/react-native-view-shot.git"
19+
},
1620
"peerDependencies": {
1721
"react-native": "*"
1822
}

0 commit comments

Comments
 (0)