Merge pull request #426 from insin/patch-1

Update peerDependencies to support use with Webpack 2 beta and npm2
This commit is contained in:
Jan Nicklas 2016-09-14 13:19:17 +02:00 committed by GitHub
commit 62c9e70113
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@
"toposort": "^1.0.0"
},
"peerDependencies": {
"webpack": "*"
"webpack": "1 || ^2.1.0-beta"
}
}