Allow webpack 2 rc (#526)

This commit is contained in:
Simen Bekkhus 2016-12-21 14:31:55 +01:00 committed by Jan Nicklas
parent ef41d98bd0
commit 8fbee6a732
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
}