Skip to content

Commit

Permalink
fix(#35): override the main entry for material-design-icons to preven…
Browse files Browse the repository at this point in the history
…t injection into index.html
  • Loading branch information
Michael Krone committed May 24, 2016
1 parent a2e9158 commit 9b01bfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generators/app/templates/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@
"resolutions": {
"angular": ">=1.4.*",
"angular-animate": ">=1.4.*"
},
"overrides": {
"material-design-icons": {
"main": []
}
}
}

0 comments on commit 9b01bfc

Please sign in to comment.