Skip to content

Commit bf91912

Browse files
author
David Henley
authored
Update Firefox Browser script on Mac
Added spaces as this is how it downloads and extracts to Mac
1 parent 7e6eb18 commit bf91912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"scripts": {
77
"start": "run-script-os",
88
"start:win32": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 7777 --browser \"C:\\Program Files\\Firefox Developer Edition\\firefox.exe\"",
9-
"start:darwin:linux": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 7777 --browser 'FirefoxDeveloperEdition'"
9+
"start:darwin:linux": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 7777 --browser 'Firefox Developer Edition'"
1010
},
1111
"author": "",
1212
"license": "ISC",
1313
"devDependencies": {
1414
"browser-sync": "^2.18.13",
1515
"run-script-os": "^1.0.2"
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)