From 725212b35c5e2dc06a515b25e901594a5d42e2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChl?= Date: Fri, 4 Sep 2020 17:14:49 +0200 Subject: [PATCH] Fixes repository and bugs urls --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1667d83..a355096 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ "homepage": "https://github.com/react-component/m-pull-to-refresh", "repository": { "type": "git", - "url": "https://github.com/react-component/m-tabs.git" + "url": "https://github.com/react-component/m-pull-to-refresh.git" }, "bugs": { - "url": "https://github.com/react-component/m-tabs/issues" + "url": "https://github.com/react-component/m-pull-to-refresh/issues" }, "files": [ "lib",