Skip to content

Commit 41ad4cb

Browse files
authored
Merge pull request wesbos#161 from jscott313/master
Changed to escaped double-quotes to fix browser-sync
2 parents cbe8ee7 + cbfa6cd commit 41ad4cb

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
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "scripts.js",
66
"scripts": {
7-
"start" : "browser-sync start --server --files '*.css, *.html, *.js'"
7+
"start": "browser-sync start --server --files \"*.css, *.html, *.js\""
88
},
99
"author": "",
1010
"license": "ISC",

20 - Speech Detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "scripts.js",
66
"scripts": {
7-
"start" : "browser-sync start --directory --server --files '*.css, *.html, *.js'"
7+
"start": "browser-sync start --directory --server --files \"*.css, *.html, *.js\""
88
},
99
"author": "",
1010
"license": "ISC",

21 - Geolocation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "scripts.js",
66
"scripts": {
7-
"start" : "browser-sync start --directory --server --files '*.css, *.html, *.js' --https"
7+
"start": "browser-sync start --directory --server --files \"*.css, *.html, *.js\" --https"
88
},
99
"author": "",
1010
"license": "ISC",

0 commit comments

Comments
 (0)