From 5a1ff4c56e185b168f09a94e2faba0a10ef686cb Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Wed, 26 Jul 2017 08:06:37 +0200 Subject: [PATCH] Add repository section to package.json Added repository section, so the github url will be shown in npmjs.com --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 02cfeac..bb03ceb 100644 --- a/package.json +++ b/package.json @@ -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" },