We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36f9ec commit ff198f0Copy full SHA for ff198f0
src/index.ts
@@ -12,7 +12,6 @@ import * as tmp from 'tmp';
12
import * as Configstore from 'configstore';
13
import * as mkdirp from 'mkdirp';
14
import * as createDebug from 'debug';
15
-import * as eol from 'eol';
16
import { sync as commandExists } from 'command-exists';
17
18
import {
src/root-authority.ts
@@ -6,6 +6,7 @@ import * as getPort from 'get-port';
6
7
8
import * as glob from 'glob';
9
+import * as eol from 'eol';
10
11
isMac,
0 commit comments