Skip to content

Commit

Permalink
chore(deps): introduce open and remove opn
Browse files Browse the repository at this point in the history
Because opn was renamed to open.
  • Loading branch information
hiroppy committed Jun 5, 2019
1 parent c29ba7a commit 21d7d1b
Show file tree
Hide file tree
Showing 3 changed files with 6 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) {
let openOptions = {};
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 @@ -48,7 +48,7 @@
"ip": "^1.1.5",
"killable": "^1.0.1",
"loglevel": "^1.6.2",
"opn": "^5.5.0",
"open": "^6.2.0",
"portfinder": "^1.0.20",
"schema-utils": "^1.0.0",
"selfsigned": "^1.10.4",
Expand Down

0 comments on commit 21d7d1b

Please sign in to comment.