Skip to content

Commit 36c79de

Browse files
authored
Merge pull request wesbos#196 from andrericardo/browser-sync-issue
Force browser-sync version less than 2.23.2 having issue in npm start
2 parents 6ac0b97 + a04be1a commit 36c79de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

19 - Webcam Fun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"devDependencies": {
12-
"browser-sync": "^2.12.5"
12+
"browser-sync": "^2.12.5 <2.23.2"
1313
}
1414
}

20 - Speech Detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"devDependencies": {
12-
"browser-sync": "^2.12.5"
12+
"browser-sync": "^2.12.5 <2.23.2"
1313
}
1414
}

21 - Geolocation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"devDependencies": {
12-
"browser-sync": "^2.12.5"
12+
"browser-sync": "^2.12.5 <2.23.2"
1313
}
1414
}

0 commit comments

Comments
 (0)