Skip to content

Commit

Permalink
Make tunnel a prod dependency for http-client (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
konradpabjan committed May 13, 2022
1 parent aa676f3 commit e48f1d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/http-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/http-client/package.json
Expand Up @@ -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"
}
}

0 comments on commit e48f1d0

Please sign in to comment.