From 2a4fecc79971dcf2bfa5c5839c2b34de575ba8ed Mon Sep 17 00:00:00 2001 From: Sharik Shaikh Date: Tue, 2 Jan 2018 12:40:38 +0530 Subject: [PATCH] Update package.json ``` laravel-mix: 0.10.0 fixes issue with laravel mix while compiling. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0985763..40f48ff 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "axios": "^0.15.2", "bootstrap-sass": "^3.3.7", "jquery": "^3.1.0", - "laravel-mix": "^0.5.0", + "laravel-mix": "^0.10.0", "lodash": "^4.16.2", "vue": "^2.0.1" },