From 6e5382c6508fd7d09d5cc93f4c250d2d4369473c Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 23 Jun 2025 02:35:20 +0300 Subject: [PATCH] chore: update package.json url --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dcadf9f..b7eb2dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.4.18", + "version": "0.4.19", "description": "ivuorinen's shareable configuration for Browserslist.", "type": "module", "author": { @@ -37,7 +37,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ivuorinen/base-configs-browserslist.git" + "url": "git+https://github.com/ivuorinen/base-configs-browserslist.git" }, "scripts": { "postinstall": "node scripts/postinstall.cjs"