From 5a1749124a8dc01ceb94b1a33e42f476d476455b Mon Sep 17 00:00:00 2001 From: Aneesh Relan Date: Fri, 1 Oct 2021 16:25:40 +0530 Subject: [PATCH] fix: move tunnel types to dependencies (#9) resolves #8 --- .npmignore | 4 +++- package.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index 7bc9e1b..332f6c8 100644 --- a/.npmignore +++ b/.npmignore @@ -3,4 +3,6 @@ tsconfig.json coverage *.config.js tests -.prettierrc \ No newline at end of file +.prettierrc +.github +.husky \ No newline at end of file diff --git a/package.json b/package.json index ac63cb6..bbb1aa3 100644 --- a/package.json +++ b/package.json @@ -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",