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