Skip to content

Commit

Permalink
fix(package): add webpack >= 4 (peerDependencies) (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored and michael-ciniawsky committed Feb 26, 2018
1 parent d3ec236 commit 9345756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"node": ">= 4.8 < 5.0.0 || >= 5.10"
},
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0"
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"repository": "https://github.com/webpack-contrib/thread-loader.git",
"bugs": "https://github.com/webpack-contrib/thread-loader/issues",
Expand Down

0 comments on commit 9345756

Please sign in to comment.