From 614cd261b78f115ff4b12973f55721a886585953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sat, 17 Mar 2018 15:33:37 +0100 Subject: [PATCH] Add laravel-mix 2.1 as a peerDependency --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ae4173..16e707b 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,8 @@ "bugs": { "url": "https://github.com/jeffreyway/laravel-mix-tailwind/issues" }, - "homepage": "https://github.com/jeffreyway/laravel-mix-tailwind#readme" + "homepage": "https://github.com/jeffreyway/laravel-mix-tailwind#readme", + "peerDependencies": { + "laravel-mix": "^2.1.7" + } }