Skip to content

Commit

Permalink
Allow webpack 2 rc (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and jantimon committed Dec 21, 2016
1 parent ef41d98 commit 8fbee6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"toposort": "^1.0.0"
},
"peerDependencies": {
"webpack": "1 || ^2.1.0-beta"
"webpack": "1 || ^2 || ^2.1.0-beta || ^2.2.0-rc"
}
}

1 comment on commit 8fbee6a

@willhoney7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this be released as 2.24.2 soon? Running into this warning using webpack 2.2... Thanks for all you do!

Please sign in to comment.