From b45f3a1b898327e390592e98dd36e39dee466ebd Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 23 Jun 2025 02:39:06 +0300 Subject: [PATCH] chore: update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8464992..3162831 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.5.12", + "version": "0.5.13", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen", @@ -45,7 +45,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ivuorinen/base-configs-eslint.git" + "url": "git+https://github.com/ivuorinen/base-configs-eslint.git" }, "scripts": { "postinstall": "node scripts/postinstall.cjs"