Remove open dependency

This commit is contained in:
itay 2019-07-07 16:28:57 +03:00
parent 45bda21fc8
commit db79d7d5bf
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",
"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",

View File

@ -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.