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[];