From 10f97d59d0059a724b1f8676fa663ea8d60526e3 Mon Sep 17 00:00:00 2001 From: Hargun Kaur <56452820+hkaur008@users.noreply.github.com> Date: Thu, 7 Oct 2021 16:48:40 +0000 Subject: [PATCH] removed extra line 15 installer.js --- src/installer.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/installer.ts b/src/installer.ts index ea854a30..66ceb823 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -12,7 +12,6 @@ import fs = require('fs'); // Node versions interface // see https://nodejs.org/dist/index.json // - export interface INodeVersion { version: string; files: string[];