mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 15:53:23 +02:00
Updated almost all dependencies.
Socket.io' has-binary PR finally got merged so updating to the latest version.
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = syrup.serial()
|
||||
)
|
||||
|
||||
plugin.publicPort = options.ports.pop()
|
||||
plugin.publicUrl = _.template(options.screenWsUrlPattern, {
|
||||
plugin.publicUrl = _.template(options.screenWsUrlPattern)({
|
||||
publicIp: options.publicIp
|
||||
, publicPort: plugin.publicPort
|
||||
, privatePort: plugin.privatePort
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
var syrup = require('stf-syrup')
|
||||
var _ = require('lodash')
|
||||
|
||||
var logger = require('../../../util/logger')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user