Skip to content

Commit

Permalink
Fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Wermke committed Jun 12, 2017
1 parent 84bea9f commit 19d9608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/extract-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"extract-text-webpack-plugin": "^2.1.2"
},
"peerDependencies": {
"webpack": "^2.2.0"
"webpack": ">= 2.0.0"
},
"devDependencies": {
"@webpack-blocks/core": "^1.0.0-beta",
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"standard": "^8.6.0"
},
"peerDependencies": {
"@webpack-blocks/core": ">= 0.4.0"
"@webpack-blocks/core": ">= 0.4.0 || >= 1.0.0-alpha"
}
}

0 comments on commit 19d9608

Please sign in to comment.