From b9ca228f8685d8a6fdb7baab094f517ccf8a2d04 Mon Sep 17 00:00:00 2001 From: Olav van Schie Date: Wed, 21 Jun 2017 17:05:19 +0200 Subject: [PATCH] Require Laravel Mix 1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83294b63..2c88ae0b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "bootstrap-sass": "^3.3.7", "cross-env": "^3.2.3", "jquery": "^3.1.1", - "laravel-mix": "0.*", + "laravel-mix": "^1.0", "lodash": "^4.17.4", "vue": "^2.1.10" }