mirror of https://github.com/actions/toolkit
Adding tunnel types declaration
parent
928e1e68e8
commit
21f449623a
|
@ -13,7 +13,7 @@
|
||||||
"tunnel": "^0.0.6"
|
"tunnel": "^0.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/tunnel": "0.0.3",
|
"@types/tunnel": "^0.0.3",
|
||||||
"proxy": "^1.0.1"
|
"proxy": "^1.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"url": "https://github.com/actions/toolkit/issues"
|
"url": "https://github.com/actions/toolkit/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/tunnel": "0.0.3",
|
"@types/tunnel": "^0.0.3",
|
||||||
"proxy": "^1.0.1"
|
"proxy": "^1.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue