From 908e2b2fbb1c6ca18a00f20e612f9c091f2f7551 Mon Sep 17 00:00:00 2001 From: Kenneth Kwakye-Gyamfi Date: Fri, 24 Apr 2020 10:03:48 +0000 Subject: [PATCH] Include links to the repository and the homepage --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c6f514cac..fb5757d89 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,11 @@ "description": "Simple React Native testing utilities helping you write better tests with less effort", "main": "build/index.js", "typings": "./typings/index.d.ts", - "repository": "git@github.com:callstack/react-native-testing-library.git", + "repository": { + "type": "git", + "url": "https://www.github.com/callstack/react-native-testing-library.git" + }, + "homepage": "https://callstack.github.io/react-native-testing-library", "author": "Michał Pierzchała ", "license": "MIT", "private": false,