Skip to content

Commit

Permalink
Restrict webpack peer dependency because of webpack 4 incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmid committed Mar 2, 2018
1 parent 1b8a3be commit b6ee9b0
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 @@ -66,6 +66,6 @@
"sinon-chai": "^2.14.0"
},
"peerDependencies": {
"webpack": "*"
"webpack": "< 4"
}
}

0 comments on commit b6ee9b0

Please sign in to comment.