Merge pull request #4294 from ovanschie/patch-1
Require Laravel Mix 1.0
This commit is contained in:
commit
5ae7c373fe
|
@ -14,7 +14,7 @@
|
||||||
"bootstrap-sass": "^3.3.7",
|
"bootstrap-sass": "^3.3.7",
|
||||||
"cross-env": "^3.2.3",
|
"cross-env": "^3.2.3",
|
||||||
"jquery": "^3.1.1",
|
"jquery": "^3.1.1",
|
||||||
"laravel-mix": "0.*",
|
"laravel-mix": "^1.0",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"vue": "^2.1.10"
|
"vue": "^2.1.10"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue