Skip to content

Commit 9345756

Browse files
evilebottnawimichael-ciniawsky
authored andcommitted
fix(package): add webpack >= 4 (peerDependencies) (#22)
1 parent d3ec236 commit 9345756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"node": ">= 4.8 < 5.0.0 || >= 5.10"
6464
},
6565
"peerDependencies": {
66-
"webpack": "^2.0.0 || ^3.0.0"
66+
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
6767
},
6868
"repository": "https://github.com/webpack-contrib/thread-loader.git",
6969
"bugs": "https://github.com/webpack-contrib/thread-loader/issues",

0 commit comments

Comments
 (0)