1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +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:
Gunther Brunner 2015-02-24 18:59:56 +09:00
parent 21b4ebe9e4
commit 5c5bd7a822
6 changed files with 31 additions and 29 deletions

View file

@ -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