Skip to content

Commit

Permalink
fix($peerDeps): set webpack peerDep to *
Browse files Browse the repository at this point in the history
  • Loading branch information
faceyspacey committed Jul 23, 2017
1 parent e814d9d commit 3211f2d
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 @@ -26,7 +26,7 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"peerDependencies": {
"webpack": "^2.2.0"
"webpack": "*"
},
"dependencies": {
"ajv": "4.11.2",
Expand Down

0 comments on commit 3211f2d

Please sign in to comment.