diff options
| author | wabilin <[email protected]> | 2021-12-25 20:06:00 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2021-12-25 20:06:00 +0900 |
| commit | 8e91949daeaced9e411a97c3f8cebd9dd3540170 (patch) | |
| tree | d360d9bdc680b398cfb807a221abea3b95575ea6 | |
| parent | chore: add release script (diff) | |
| download | holo-schedule-8e91949daeaced9e411a97c3f8cebd9dd3540170.tar.xz holo-schedule-8e91949daeaced9e411a97c3f8cebd9dd3540170.zip | |
fix: package repository config
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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://[email protected]/wabilin/holo-schedule.git" }, "devDependencies": { "@semantic-release/changelog": "6.0.1", |