Skip to content

Commit

Permalink
varsion 1.1.4. another take on fixing peerDependencies warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentyn committed Jan 30, 2017
1 parent f1d9900 commit 76c94fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3",
"version": "1.1.4",
"description": "BrowserSync and Webpack integration",
"keywords": [
"webpack",
Expand All @@ -16,8 +16,8 @@
},
"devDependencies": {},
"peerDependencies": {
"browser-sync": "2.x.x",
"webpack": "1 || 2 || ^2.0.0-beta || ^2.1.0-beta"
"browser-sync": "^2",
"webpack": "^1 || ^2 || ^2.0.0-beta || ^2.1.0-beta || ^2.2.0-rc.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 76c94fc

Please sign in to comment.