From 78b147a7677aa6d17215349c7cb1310ae04876f3 Mon Sep 17 00:00:00 2001 From: Austin Pray Date: Sun, 12 Apr 2015 21:17:03 -0500 Subject: [PATCH] Pin browser-sync at 2.5.0 because 2.6.0 has a regression ref https://github.com/BrowserSync/browser-sync/issues/573 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d91f1d..a6ae1a4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "asset-builder": "^1.0.2", - "browser-sync": "^2.4.0", + "browser-sync": "2.5.0", "del": "^1.1.1", "gulp": "^3.8.11", "gulp-autoprefixer": "^2.1.0",