Skip to content

Commit

Permalink
fix: move tunnel types to dependencies (#9)
Browse files Browse the repository at this point in the history
resolves #8
  • Loading branch information
aneeshrelan authored Oct 1, 2021
1 parent 2c2f8c9 commit 5a17491
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ tsconfig.json
coverage
*.config.js
tests
.prettierrc
.prettierrc
.github
.husky
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"tunnel": "^0.0.6"
"tunnel": "^0.0.6",
"@types/tunnel": "^0.0.3"
},
"devDependencies": {
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@types/jest": "^27.0.2",
"@types/tunnel": "^0.0.3",
"husky": "^7.0.2",
"jest": "^27.2.3",
"ts-jest": "^27.0.5",
Expand Down

0 comments on commit 5a17491

Please sign in to comment.