Skip to content

Commit

Permalink
fix(@ngtools/webpack): allow webpack 3 peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 authored and filipesilva committed Jun 27, 2017
1 parent a8e4beb commit ff61ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
},
"peerDependencies": {
"typescript": "^2.0.2",
"webpack": "^2.2.0"
"webpack": "^2.2.0 || ^3.0.0"
}
}

0 comments on commit ff61ebb

Please sign in to comment.