File tree 3 files changed +10
-1
lines changed 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 54
54
"devDependencies" : {
55
55
"@babel/cli" : " ^7.8.4" ,
56
56
"@babel/core" : " ^7.9.0" ,
57
+ "@types/hosted-git-info" : " ^3.0.0" ,
57
58
"babel-preset-gatsby-package" : " ^0.4.0" ,
58
59
"cross-env" : " ^5.2.1"
59
60
},
Original file line number Diff line number Diff line change @@ -165,7 +165,10 @@ const copy = async (
165
165
}
166
166
167
167
// Clones starter from URI.
168
- const clone = async ( hostInfo : any , rootPath : string ) : Promise < void > => {
168
+ const clone = async (
169
+ hostInfo : hostedGitInfo ,
170
+ rootPath : string
171
+ ) : Promise < void > => {
169
172
let url : string
170
173
// Let people use private repos accessed over SSH.
171
174
if ( hostInfo . getDefaultRepresentation ( ) === `sshurl` ) {
Original file line number Diff line number Diff line change 3801
3801
version "4.7.0"
3802
3802
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.0.tgz#2fac51050c68f7d6f96c5aafc631132522f4aa3f"
3803
3803
3804
+ "@types/hosted-git-info@^3.0.0":
3805
+ version "3.0.0"
3806
+ resolved "https://registry.yarnpkg.com/@types/hosted-git-info/-/hosted-git-info-3.0.0.tgz#4df861ca6bc2846961a69fd45d503fa11571864c"
3807
+ integrity sha512-dYLI2VgU1UTpdigoeLYc8vVpe7kpu3jysLCTUPB9NS1B+7+BdH6XefI4BhB33CNUaBewnxmjy9GPhF4NXOSNew==
3808
+
3804
3809
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
3805
3810
version "2.0.1"
3806
3811
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
You can’t perform that action at this time.
0 commit comments