From a04be1ad68ff30dc115de5ab8fc3f1647c3409e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ricardo?= Date: Thu, 4 Jan 2018 20:43:48 +0000 Subject: [PATCH] Force browser-sync version less than 2.23.2 having issue in npm start --- 19 - Webcam Fun/package.json | 2 +- 20 - Speech Detection/package.json | 2 +- 21 - Geolocation/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/19 - Webcam Fun/package.json b/19 - Webcam Fun/package.json index 0c4f627d7e..93bfac7cd0 100755 --- a/19 - Webcam Fun/package.json +++ b/19 - Webcam Fun/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "browser-sync": "^2.12.5" + "browser-sync": "^2.12.5 <2.23.2" } } diff --git a/20 - Speech Detection/package.json b/20 - Speech Detection/package.json index ba5380f2af..6a65e9225c 100755 --- a/20 - Speech Detection/package.json +++ b/20 - Speech Detection/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "browser-sync": "^2.12.5" + "browser-sync": "^2.12.5 <2.23.2" } } diff --git a/21 - Geolocation/package.json b/21 - Geolocation/package.json index 3a6d6c7bd9..aad6fe2edc 100755 --- a/21 - Geolocation/package.json +++ b/21 - Geolocation/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "browser-sync": "^2.12.5" + "browser-sync": "^2.12.5 <2.23.2" } }