Update peerDependencies to support use with Webpack 2 beta and npm2

This commit is contained in:
Jonny Buchanan 2016-09-10 09:34:08 +10:00 committed by GitHub
parent 8b79742f6f
commit 4e9582556f
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"
}
}