From 2eed8d3fbe0fc7babc374b241171aa71d966c9e1 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 27 Mar 2022 20:58:07 -0500 Subject: [PATCH] Use https to clone vue-typedoc --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e339c2ac..f809f60d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "vue-panzoom": "^1.1.6", "vue-textarea-autosize": "^1.1.1", "vue-toastification": "^2.0.0-rc.1", - "vue-typedoc": "https://github.com/thepaperpilot/vue-typedoc", + "vue-typedoc": "git+https://github.com/thepaperpilot/vue-typedoc", "vuedraggable": "^2.24.3" } } diff --git a/yarn.lock b/yarn.lock index 6b9c099e..ade182cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1981,9 +1981,9 @@ vue-tsc@0.32.1: "@volar/shared" "0.32.1" vscode-vue-languageservice "0.32.1" -"vue-typedoc@https://github.com/thepaperpilot/vue-typedoc": +"vue-typedoc@git+https://github.com/thepaperpilot/vue-typedoc": version "0.22.12" - resolved "git+ssh://git@github.com/thepaperpilot/vue-typedoc.git#6128dc6e784bdde701a0e4293fb88eea1786ddeb" + resolved "git+https://github.com/thepaperpilot/vue-typedoc#6128dc6e784bdde701a0e4293fb88eea1786ddeb" dependencies: vue-tsc "0.32.1"