Skip to content

Commit

Permalink
fix: eol import
Browse files Browse the repository at this point in the history
  • Loading branch information
davewasmer committed Apr 28, 2017
1 parent a36f9ec commit ff198f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import * as tmp from 'tmp';
import * as Configstore from 'configstore';
import * as mkdirp from 'mkdirp';
import * as createDebug from 'debug';
import * as eol from 'eol';
import { sync as commandExists } from 'command-exists';

import {
Expand Down
1 change: 1 addition & 0 deletions src/root-authority.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import * as getPort from 'get-port';
import * as createDebug from 'debug';
import { sync as commandExists } from 'command-exists';
import * as glob from 'glob';
import * as eol from 'eol';

import {
isMac,
Expand Down

0 comments on commit ff198f0

Please sign in to comment.