From d1542c043cf8b8816ba6e8a406501914b8f67d5b Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Thu, 20 Dec 2018 21:15:37 +0300 Subject: [PATCH] chore: drop support for `webpack` < 4 BREAKING CHANGE: drop support for `webpack` < 4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9df5c98..ff12463 100644 --- a/package.json +++ b/package.json @@ -62,10 +62,10 @@ "webpack-defaults": "^1.6.0" }, "engines": { - "node": ">= 6.9.0 <7.0.0 || >= 8.9.0" + "node": ">= 6.9.0" }, "peerDependencies": { - "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" + "webpack": "^4.0.0" }, "repository": "https://github.com/webpack-contrib/cache-loader.git", "bugs": "https://github.com/webpack-contrib/cache-loader/issues",