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 15, 2019
1 parent 8c5e078 commit 1d2030d
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 2 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
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.3",
"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 1d2030d

Please sign in to comment.