Skip to content

Commit

Permalink
Update installer.ts
Browse files Browse the repository at this point in the history
* Removed unecessary imports
  • Loading branch information
litetex committed Apr 9, 2020
1 parent 3de417d commit 3894eed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 3894eed

Please sign in to comment.