Skip to content

Commit

Permalink
npm peerDependencies updated to not warn of webpack 2.x.x. version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentyn committed Aug 2, 2016
1 parent 7311115 commit 857c886
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.0",
"version": "1.1.2",
"description": "BrowserSync and Webpack integration",
"keywords": [
"webpack",
Expand All @@ -12,12 +12,12 @@
],
"main": "index.js",
"dependencies": {
"lodash": "^4.x.x"
"lodash": "4.x.x"
},
"devDependencies": {},
"peerDependencies": {
"browser-sync": "^2.x.x",
"webpack": "^1.9.0"
"browser-sync": "2.x.x",
"webpack": "1.x.x || 2.x.x"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 857c886

Please sign in to comment.