Skip to content

Commit

Permalink
fix: Fixed Cannot find module 'when' from npm 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Jul 14, 2016
1 parent ff62224 commit 17cf9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firefox/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* @flow */
import nodeFs from 'fs';
import path from 'path';
import defaultFxRunner from 'fx-runner/lib/run';
import {defaultFxRunner} from 'fx-runner';
import FirefoxProfile, {copyFromUserProfile as defaultUserProfileCopier}
from 'firefox-profile';
import streamToPromise from 'stream-to-promise';
Expand Down

0 comments on commit 17cf9d3

Please sign in to comment.