diff --git a/.changeset/config.json b/.changeset/config.json index 91b6a95..fce1c26 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] diff --git a/package.json b/package.json index db09256..760b252 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "vendure-mpesa-plugin", "version": "0.0.12", "description": "Accept Mpesa payments on your Vendure store", - "repository": "git@github.com:barakamwakisha/vendure-mpesa-plugin.git", + "repository": { + "type": "git", + "url": "git@github.com:barakamwakisha/vendure-mpesa-plugin.git" + }, "author": "Baraka Mwakisha ", "license": "MIT", "private": false,