Make tunnel a prod dependency for http-client (#1085)

This commit is contained in:
Konrad Pabjan
2022-05-13 10:19:06 -04:00
committed by GitHub
parent aa676f3cc7
commit e48f1d0c54
2 changed files with 9 additions and 7 deletions

View File

@@ -40,7 +40,9 @@
},
"devDependencies": {
"@types/tunnel": "0.0.3",
"proxy": "^1.0.1",
"tunnel": "0.0.6"
"proxy": "^1.0.1"
},
"dependencies": {
"tunnel": "^0.0.6"
}
}