mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(package) opn -> open v6.0.0
This commit is contained in:
parent
6382044f1e
commit
c1a3575d44
2 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@
|
|||
"nomine": "^3.0.0",
|
||||
"object.omit": "^3.0.0",
|
||||
"onezip": "^3.0.0",
|
||||
"opn": "^5.1.0",
|
||||
"open": "^6.0.0",
|
||||
"package-json": "^6.0.0",
|
||||
"ponse": "^3.0.0",
|
||||
"pullout": "^3.0.0",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ const shutdown = wraptile(async (promises) => {
|
|||
process.exit(0);
|
||||
});
|
||||
|
||||
const opn = require('opn');
|
||||
const opn = require('open');
|
||||
const express = require('express');
|
||||
const io = require('socket.io');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue