Skip to content

Commit

Permalink
chore(deps): introduce open and remove opn (#1865)
Browse files Browse the repository at this point in the history
Because opn was renamed to open.
  • Loading branch information
hiroppy committed Jun 10, 2019
1 parent c4543e7 commit cace68d
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/utils/runOpen.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const open = require('opn');
const open = require('open');

function runOpen(uri, options, log) {
// https://github.com/webpack/webpack-dev-server/issues/1990
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ip": "^1.1.5",
"killable": "^1.0.1",
"loglevel": "^1.6.2",
"opn": "^5.5.0",
"open": "^6.2.0",
"p-retry": "^3.0.1",
"portfinder": "^1.0.20",
"schema-utils": "^1.0.0",
Expand Down
Loading

0 comments on commit cace68d

Please sign in to comment.