From e7b22dbb5146a01938ce0bb3471de68432fe7f7d Mon Sep 17 00:00:00 2001 From: Ugo Stephant Date: Wed, 11 Dec 2024 12:07:04 +0100 Subject: [PATCH] chore: fix package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 26118ec5..6126297f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "@poool/react-access", "version": "4.1.0", "description": "The easiest way to add Poool Access to your React app ✨", - "repository": "https://github.com/p3ol/react-access.git", + "repository": { + "type": "git", + "url": "git+https://github.com/p3ol/react-access.git" + }, "author": "Ugo Stephant ", "license": "MIT", "main": "dist/poool-react-access.cjs.js",