From c520e26b30d59429cf8511abe1a45160a59ec2f1 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 4 Jul 2021 14:00:44 +0300 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 01d55c7..cf20f12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laravel-mix-criticalcss", - "version": "1.0.1", + "version": "1.0.2", "description": "A Laravel Mix extension for Critical CSS.", "main": "index.js", "scripts": { @@ -27,6 +27,6 @@ "html-critical-webpack-plugin": "^2.1.0" }, "peerDependencies": { - "laravel-mix": "^4.0.0" + "laravel-mix": "^4.0.0 || ^5.0.0 || ^6.0.0" } -} \ No newline at end of file +}