Skip to content

Commit ff198f0

Browse files
committed
fix: eol import
1 parent a36f9ec commit ff198f0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import * as tmp from 'tmp';
1212
import * as Configstore from 'configstore';
1313
import * as mkdirp from 'mkdirp';
1414
import * as createDebug from 'debug';
15-
import * as eol from 'eol';
1615
import { sync as commandExists } from 'command-exists';
1716

1817
import {

src/root-authority.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import * as getPort from 'get-port';
66
import * as createDebug from 'debug';
77
import { sync as commandExists } from 'command-exists';
88
import * as glob from 'glob';
9+
import * as eol from 'eol';
910

1011
import {
1112
isMac,

0 commit comments

Comments
 (0)