Skip to content

Commit fe1eb85

Browse files
committed
chore(deps): introduce open and remove opn
Because opn was renamed to open.
1 parent 8212134 commit fe1eb85

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/utils/status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const open = require('opn');
3+
const open = require('open');
44
const colors = require('./colors');
55

66
function status(uri, options, log, useColor) {

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ip": "^1.1.5",
4646
"killable": "^1.0.1",
4747
"loglevel": "^1.6.1",
48-
"opn": "^5.5.0",
48+
"open": "^6.2.0",
4949
"portfinder": "^1.0.20",
5050
"schema-utils": "^1.0.0",
5151
"selfsigned": "^1.10.4",

0 commit comments

Comments
 (0)