From 000522e32f92ff08d990b76418cf437b6011f65d Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Wed, 1 Sep 2021 20:09:34 +0200 Subject: [PATCH] Adjust package dependencies and add newlines --- .gitignore | 2 +- package.json | 1 + src/index.ts | 2 +- tsconfig.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 40b878d..c2658d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -node_modules/ \ No newline at end of file +node_modules/ diff --git a/package.json b/package.json index 56cc50e..e611053 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "@actions/exec": "^1.1.0" }, "devDependencies": { + "@types/node": "^16.7.10", "@vercel/ncc": "^0.30.0", "typescript": "^4.4.2" } diff --git a/src/index.ts b/src/index.ts index a4d5f4c..855332d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -21,4 +21,4 @@ async function run(): Promise { } } -run(); \ No newline at end of file +run(); diff --git a/tsconfig.json b/tsconfig.json index 5bf4ee5..232eb8d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,4 +10,4 @@ "esModuleInterop": true }, "exclude": ["node_modules"] -} \ No newline at end of file +}