Switch from git to https protocol for vue-typedoc
This commit is contained in:
parent
ee8f85122a
commit
4de2ce8c09
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
|||
"vue-panzoom": "^1.1.6",
|
||||
"vue-textarea-autosize": "^1.1.1",
|
||||
"vue-toastification": "^2.0.0-rc.1",
|
||||
"vue-typedoc": "git://github.com/thepaperpilot/vue-typedoc.git",
|
||||
"vue-typedoc": "https://github.com/thepaperpilot/vue-typedoc.git",
|
||||
"vuedraggable": "^2.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2272,9 +2272,9 @@ vue-tsc@0.32.1:
|
|||
"@volar/shared" "0.32.1"
|
||||
vscode-vue-languageservice "0.32.1"
|
||||
|
||||
"vue-typedoc@git://github.com/thepaperpilot/vue-typedoc.git":
|
||||
"vue-typedoc@https://github.com/thepaperpilot/vue-typedoc.git":
|
||||
version "0.22.12"
|
||||
resolved "git://github.com/thepaperpilot/vue-typedoc.git#6128dc6e784bdde701a0e4293fb88eea1786ddeb"
|
||||
resolved "https://github.com/thepaperpilot/vue-typedoc.git#6128dc6e784bdde701a0e4293fb88eea1786ddeb"
|
||||
dependencies:
|
||||
vue-tsc "0.32.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue