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';