Skip to content

Commit 37a7ece

Browse files
perguthgoto-bus-stop
authored andcommitted
πŸ› Update deprecated package opn (#525)
> The package has been renamed to `open` - https://www.npmjs.com/package/opn
1 parent 29cb370 commit 37a7ece

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žlib/cmd-inspect.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var disc = require('disc')
2-
var open = require('opn')
2+
var open = require('open')
33
var path = require('path')
44
var pump = require('pump')
55
var os = require('os')

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"nanoraf": "^3.0.1",
5858
"nanotiming": "^7.2.0",
5959
"on-idle": "^3.1.4",
60-
"opn": "^5.3.0",
60+
"open": "^6.3.0",
6161
"p-wait-all": "^1.0.0",
6262
"pino": "^4.10.4",
6363
"pino-colada": "^1.4.2",

0 commit comments

Comments
Β (0)