From 5746320ab7b77d68fa8bbb5d5043edf2ee281eb4 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Sun, 11 Dec 2016 12:12:40 +0000 Subject: [PATCH] fix(client): bump client script to fix #1102 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c397d0092..5cbca1b27 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node" }, "dependencies": { - "browser-sync-client": "^2.3.3", + "browser-sync-client": "2.4.4", "browser-sync-ui": "0.6.2", "bs-recipes": "1.3.2", "chokidar": "1.6.1",