From 8e16fbc2229efb4b92759de70c7ece14fe939c75 Mon Sep 17 00:00:00 2001 From: Alexey Klyshnikov Date: Wed, 1 Dec 2021 22:35:10 +0400 Subject: [PATCH] fixed links --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3b43b6d..e8434f3 100644 --- a/package.json +++ b/package.json @@ -56,12 +56,12 @@ "swiftlint": "@ionic/swiftlint-config", "repository": { "type": "git", - "url": "git+https://github.com/MatiFace/MatiGlobalIDSDKCapacitorPlugin.git" + "url": "git+https://github.com/GetMati/mati-capacitor-plugin.git" }, "bugs": { - "url": "https://github.com/MatiFace/MatiGlobalIDSDKCapacitorPlugin/issues" + "url": "https://github.com/GetMati/mati-capacitor-plugin/issues" }, - "homepage": "https://github.com/MatiFace/MatiGlobalIDSDKCapacitorPlugin#readme", + "homepage": "https://github.com/GetMati/mati-capacitor-plugin/blob/main/docs/mati-capacitor.md", "dependencies": { "@capacitor/cli": "^3.3.2" }