From 652d37e5b9a76b2b57f9d911cd9cc639ee8bfb2c Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 23 Jun 2025 02:41:57 +0300 Subject: [PATCH] chore: update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1147365..8a8e392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.3.18", + "version": "0.3.19", "type": "module", "description": "ivuorinen's shareable configuration for stylelint.", "author": { @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ivuorinen/base-configs-stylelint.git" + "url": "git+https://github.com/ivuorinen/base-configs-stylelint.git" }, "scripts": { "postinstall": "node scripts/postinstall.cjs"