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