From afe2ea3ca7d4316be8d28e801245590f3554f86b Mon Sep 17 00:00:00 2001 From: William Swanson Date: Tue, 4 Sep 2018 11:15:02 -0700 Subject: [PATCH] Add git repository to package.json This will create a link from NPM back to the project GitHub page. This will make things more discoverable. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index a91357e..ef8df93 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.0.13", "description": "", "main": "index.js", + "repository": { + "type": "git", + "url": "git@github.com:joltup/react-native-threads.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, -- 2.26.2