Skip to content

Commit bebb104

Browse files
committed
Force re-run after installing BrowserSync dependencies - closes #915
1 parent 70882e3 commit bebb104

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-mix",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Laravel Mix is an elegant wrapper around Webpack for the 80% use case.",
55
"main": "src/index.js",
66
"scripts": {

src/Api.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ class Api {
278278
browserSync(config = {}) {
279279
Verify.dependency(
280280
'browser-sync-webpack-plugin',
281-
'npm install browser-sync-webpack-plugin browser-sync --save-dev'
281+
'npm install browser-sync-webpack-plugin browser-sync --save-dev',
282+
true
282283
);
283284

284285
if (typeof config === 'string') {

0 commit comments

Comments
 (0)