From 069927a99e7a9ace2ea008162a16410d6228c340 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Sun, 11 Dec 2016 10:45:48 +0000 Subject: [PATCH] fix(ui): bump ui to remove cache headers to fix #1152 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef4b78407..1fdb9d8dd 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "browser-sync-client": "^2.3.3", - "browser-sync-ui": "0.6.1", + "browser-sync-ui": "0.6.2", "bs-recipes": "1.3.2", "chokidar": "1.6.1", "connect": "3.5.0",