From 58c76b1e59a2561142e6db97e7b834858c431661 Mon Sep 17 00:00:00 2001 From: Safwan Shaheer Date: Fri, 30 Apr 2021 18:01:56 +0600 Subject: [PATCH] Added repo links in packagejson --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ab087172..611973d1 100644 --- a/package.json +++ b/package.json @@ -60,5 +60,11 @@ "hooks": { "pre-commit": "pretty-quick --staged" } + }, + "license": "MIT", + "homepage": "https://github.com/indiespirit/react-native-chart-kit", + "repository": { + "type": "git", + "url": "https://github.com/indiespirit/react-native-chart-kit" } -} +} \ No newline at end of file