Skip to content

Commit

Permalink
Add webpack 3.x in peer dependencies (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and jogold committed Jun 20, 2017
1 parent 3db1047 commit c9bf757
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 @@ -41,6 +41,6 @@
"jest": "^20.0.1"
},
"peerDependencies": {
"webpack": "2.x"
"webpack": "2.x || 3.x"
}
}

0 comments on commit c9bf757

Please sign in to comment.