forked from p15670423/monkey
Merge pull request #371 from guardicore/bugfix/update-open-dep
Remove open dependency
This commit is contained in:
commit
70f1089b88
File diff suppressed because it is too large
Load Diff
|
@ -53,7 +53,6 @@
|
|||
"minimist": "^1.2.0",
|
||||
"mocha": "^5.2.0",
|
||||
"null-loader": "^0.1.1",
|
||||
"open": "0.0.5",
|
||||
"phantomjs-prebuilt": "^2.1.16",
|
||||
"react-addons-test-utils": "^15.6.2",
|
||||
"react-hot-loader": "^4.3.11",
|
||||
|
|
|
@ -4,7 +4,6 @@ require('core-js/fn/object/assign');
|
|||
const webpack = require('webpack');
|
||||
const WebpackDevServer = require('webpack-dev-server');
|
||||
const config = require('./webpack.config');
|
||||
const open = require('open');
|
||||
|
||||
/**
|
||||
* Flag indicating whether webpack compiled for the first time.
|
||||
|
|
Loading…
Reference in New Issue