From b6131ef0cda3b88886ce6c2d6d240c15cef791bf Mon Sep 17 00:00:00 2001 From: Roland Groza Date: Sat, 16 Nov 2024 15:56:24 +0900 Subject: [PATCH] chore: fix pkg repo url warning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b3fe73..202e35c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/react-dropzone/attr-accept.git" + "url": "git+https://github.com/react-dropzone/attr-accept.git" }, "publishConfig": { "access": "public"