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 Dec 23, 2019
1 parent 6539d62 commit 25447ea
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');
const isAbsoluteUrl = require('is-absolute-url');

function runOpen(uri, options, log) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"is-absolute-url": "^3.0.3",
"killable": "^1.0.1",
"loglevel": "^1.6.6",
"opn": "^5.5.0",
"open": "^6.2.0",
"p-retry": "^3.0.1",
"portfinder": "^1.0.25",
"schema-utils": "^1.0.0",
Expand Down
Loading

0 comments on commit 25447ea

Please sign in to comment.