From 98190f8a25c0678488022caa49dd27d088af8b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 28 Aug 2015 00:51:52 +0200 Subject: [PATCH] fix package.json repo link --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5367426..4ec2b69 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,12 @@ "main": "src/index.js", "repository": { "type": "git", - "url": "github.com:ProjectSeptemberInc/gl-react-native.git" + "url": "git+https://github.com/ProjectSeptemberInc/gl-react-native.git" }, + "bugs": { + "url": "https://github.com/ProjectSeptemberInc/gl-react-native/issues" + }, + "homepage": "https://github.com/ProjectSeptemberInc/gl-react-native#readme", "keywords": [ "gl", "opengl", -- 2.26.2