From 8e91949daeaced9e411a97c3f8cebd9dd3540170 Mon Sep 17 00:00:00 2001 From: wabilin <2549826+wabilin@users.noreply.github.com> Date: Sat, 25 Dec 2021 20:06:00 +0900 Subject: fix: package repository config --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49ebb99..633b173 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "homepage": "https://github.com/wabilin/holo-schedule", "repository": { "type": "git", - "url": "https://github.com/wabilin/holo-schedule.git" + "url": "ssh://git@github.com/wabilin/holo-schedule.git" }, "devDependencies": { "@semantic-release/changelog": "6.0.1", -- cgit v1.2.3