Merge pull request #4294 from ovanschie/patch-1

Require Laravel Mix 1.0
This commit is contained in:
Taylor Otwell 2017-06-21 14:12:39 -05:00 committed by GitHub
commit 5ae7c373fe
1 changed files with 1 additions and 1 deletions

View File

@ -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"
} }