Move from open to opn

Change-Type: patch
This commit is contained in:
Tim Perry 2017-12-12 17:29:15 +01:00
parent d199cdf088
commit dba8db19cb
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ limitations under the License.
# @module auth
###
open = require('open')
open = require('opn')
resin = require('resin-sdk-preconfigured')
server = require('./server')
utils = require('./utils')

View File

@ -83,7 +83,7 @@
"mz": "^2.6.0",
"node-cleanup": "^2.1.2",
"nplugm": "^3.0.0",
"open": "0.0.5",
"opn": "^5.1.0",
"president": "^2.0.1",
"prettyjson": "^1.1.3",
"progress-stream": "^2.0.0",
@ -119,4 +119,4 @@
"optionalDependencies": {
"removedrive": "^1.0.0"
}
}
}