Skip to content

Commit

Permalink
proper webpack 2 peer dependency definition. version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentyn committed Sep 20, 2016
1 parent 857c886 commit f1d9900
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": "browser-sync-webpack-plugin",
"version": "1.1.2",
"version": "1.1.3",
"description": "BrowserSync and Webpack integration",
"keywords": [
"webpack",
Expand All @@ -17,7 +17,7 @@
"devDependencies": {},
"peerDependencies": {
"browser-sync": "2.x.x",
"webpack": "1.x.x || 2.x.x"
"webpack": "1 || 2 || ^2.0.0-beta || ^2.1.0-beta"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f1d9900

Please sign in to comment.