From 5a87a65dabf0f4b99a452955ba25bf051f1a93c1 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 23 Jun 2025 02:39:40 +0300 Subject: [PATCH] chore: update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 620e2dd..66e8280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.3.15", + "version": "0.3.16", "type": "module", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { @@ -31,7 +31,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ivuorinen/base-configs-markdownlint.git" + "url": "git+https://github.com/ivuorinen/base-configs-markdownlint.git" }, "scripts": { "postinstall": "node scripts/postinstall.cjs"