Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
fix(host): import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Panferov committed Nov 13, 2015
1 parent 4612c5e commit 478553a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/host.ts
@@ -1,5 +1,6 @@
import * as fs from 'fs';
import * as util from 'util';
import * as path from 'path';
import * as Promise from 'bluebird';

import { FileAnalyzer } from './deps';
Expand Down

0 comments on commit 478553a

Please sign in to comment.