Add repository section to package.json

Added repository section, so the github url will be shown in npmjs.com
This commit is contained in:
Arnold Schrijver
2017-09-05 10:40:17 -04:00
committed by Mark Vayngrib
parent a7728d7a91
commit 5a1ff4c56e
+4
View File
@@ -3,6 +3,10 @@
"version": "3.0.0",
"description": "randomBytes for react-native",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/mvayngrib/react-native-randombytes.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},