From 4a41feb147b6759cd9d41b2818bb438627750083 Mon Sep 17 00:00:00 2001 From: "asamuzaK (Kazz)" Date: Wed, 25 Oct 2023 08:40:10 +0900 Subject: [PATCH] v4.1.6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b95b0db..4893ab9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "bugs": "https://github.com/asamuzaK/semverParser/issues", "repository": { "type": "git", - "url": "https://github.com/asamuzaK/semverParser.git" + "url": "git+https://github.com/asamuzaK/semverParser.git" }, "type": "module", "main": "index.js", @@ -29,5 +29,5 @@ "test": "c8 --reporter=text mocha --exit test", "tsc": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && npx tsc" }, - "version": "4.1.5" + "version": "4.1.6" }