Skip to content

Commit

Permalink
🐛 Update deprecated package opn (#525)
Browse files Browse the repository at this point in the history
> The package has been renamed to `open`
- https://www.npmjs.com/package/opn
  • Loading branch information
perguth authored and goto-bus-stop committed Jun 22, 2019
1 parent 29cb370 commit 37a7ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cmd-inspect.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var disc = require('disc')
var open = require('opn')
var open = require('open')
var path = require('path')
var pump = require('pump')
var os = require('os')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"nanoraf": "^3.0.1",
"nanotiming": "^7.2.0",
"on-idle": "^3.1.4",
"opn": "^5.3.0",
"open": "^6.3.0",
"p-wait-all": "^1.0.0",
"pino": "^4.10.4",
"pino-colada": "^1.4.2",
Expand Down

0 comments on commit 37a7ece

Please sign in to comment.