diff --git a/package.json b/package.json index cfd217b..38ffabf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-sentry-plugin", - "version": "1.9.2", + "version": "1.9.3", "description": "Webpack plugin to upload source maps to Sentry", "keywords": [ "sentry", @@ -51,7 +51,7 @@ "webpack": "^2.3.0" }, "peerDependencies": { - "webpack": "^1.14.0 || ^2.2.0" + "webpack": "^1.14.0 || >=2.2.0 <4.0.0" }, "jest": { "notify": true,