From b8618e7cbec53a617948272edc37ef79b8634af2 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Fri, 4 Sep 2020 14:49:32 +0200 Subject: [PATCH 1/2] Add repository info to package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index ea944d3..2d08a98 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,11 @@ "react-native-community", "art" ], + "repository": { + "type": "git", + "url": "git+https://github.com/react-native-community/art.git", + "baseUrl": "https://github.com/react-native-community/art" + }, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "android": "react-native run-android --root example", From 2d353069a225b8f90bc671b836bfa86e629f999a Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 9 Nov 2020 17:21:31 +0100 Subject: [PATCH 2/2] Update url to react-native-art --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2d08a98..52ea4c1 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "@react-native-community/art", "version": "1.2.0", "license": "MIT", - "author": "@react-native-community", - "homepage": "https://github.com/react-native-community/react-native-art", + "author": "react-native-art", + "homepage": "https://github.com/react-native-art/react-native-art", "description": "React Native module that allows you to draw vector graphics", "main": "./lib/index.js", "keywords": [ @@ -15,8 +15,8 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/react-native-community/art.git", - "baseUrl": "https://github.com/react-native-community/art" + "url": "git+https://github.com/react-native-art/art.git", + "baseUrl": "https://github.com/react-native-art/art" }, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",