From 3894eede2df78c337eb464bea43b631ee9a64d2a Mon Sep 17 00:00:00 2001 From: litetex Date: Thu, 9 Apr 2020 19:30:41 +0200 Subject: [PATCH] Update installer.ts * Removed unecessary imports --- src/installer.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/installer.ts b/src/installer.ts index d8cf0bd..c15d1ce 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -9,8 +9,6 @@ import {chmodSync} from 'fs'; import * as os from 'os'; import * as path from 'path'; import * as semver from 'semver'; -import { stringWriter } from 'xmlbuilder'; -import { timingSafeEqual } from 'crypto'; const IS_WINDOWS = process.platform === 'win32';