Skip to content

Commit

Permalink
Merge pull request #32 from nicolasartman/master
Browse files Browse the repository at this point in the history
Extend webpack peer dependency range to include v3
  • Loading branch information
40thieves committed Aug 28, 2017
2 parents a508aa6 + 9cd0c3a commit 90fd789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 90fd789

Please sign in to comment.