From 4999df8a71d97d80aad35db576838977efed6fce Mon Sep 17 00:00:00 2001 From: Abhijeet Singh Date: Thu, 8 Jun 2023 16:29:18 +0530 Subject: [PATCH] fix: double slashes in repository url --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 73bec6e..f46dad4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "https://github.com//RobPethick/react-custom-scrollbars-2.git" + "url": "https://github.com/RobPethick/react-custom-scrollbars-2.git" }, "keywords": [ "scroll", @@ -30,9 +30,9 @@ "author": "Rob Pethick", "license": "MIT", "bugs": { - "url": "https://github.com//RobPethick/react-custom-scrollbars-2/issues" + "url": "https://github.com/RobPethick/react-custom-scrollbars-2/issues" }, - "homepage": "https://github.com//RobPethick/react-custom-scrollbars-2", + "homepage": "https://github.com/RobPethick/react-custom-scrollbars-2", "devDependencies": { "babel-cli": "^6.2.0", "babel-core": "^6.2.1",