Merge pull request #371 from guardicore/bugfix/update-open-dep

Remove open dependency
This commit is contained in:
Itay Mizeretz 2019-07-07 16:30:40 +03:00 committed by GitHub
commit 70f1089b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3782 additions and 3704 deletions

File diff suppressed because it is too large Load Diff

View File

@ -53,7 +53,6 @@
"minimist": "^1.2.0", "minimist": "^1.2.0",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"null-loader": "^0.1.1", "null-loader": "^0.1.1",
"open": "0.0.5",
"phantomjs-prebuilt": "^2.1.16", "phantomjs-prebuilt": "^2.1.16",
"react-addons-test-utils": "^15.6.2", "react-addons-test-utils": "^15.6.2",
"react-hot-loader": "^4.3.11", "react-hot-loader": "^4.3.11",

View File

@ -4,7 +4,6 @@ require('core-js/fn/object/assign');
const webpack = require('webpack'); const webpack = require('webpack');
const WebpackDevServer = require('webpack-dev-server'); const WebpackDevServer = require('webpack-dev-server');
const config = require('./webpack.config'); const config = require('./webpack.config');
const open = require('open');
/** /**
* Flag indicating whether webpack compiled for the first time. * Flag indicating whether webpack compiled for the first time.