From 8d49180aa74f1da4f9fe13aa0166853b0be24b40 Mon Sep 17 00:00:00 2001 From: Oana Maria Teodorescu Date: Sun, 24 Jan 2021 15:33:44 +0200 Subject: [PATCH] Prepare for first npm publish --- package.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index e30353d..392cf4f 100644 --- a/package.json +++ b/package.json @@ -8,23 +8,18 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/r4dic4l/react-native-open-doc.git" + "url": "git://https://github.com/r4dic4l/react-native-open-doc.git" }, "keywords": [ "react-native", "documents", "files", "viewer", - "picker", - "share" + "picker" ], - "homepage": "https://github.com/R4DIC4L/react-native-open-doc", - "author": "R4DIC4L", + "author": "r4dic4l", "license": "MIT", "peerDependencies": { "react-native": ">=0.50.0" - }, - "bugs": { - "url": "https://github.com/r4dic4l/react-native-open-doc/issues" } }