Skip to content

Commit

Permalink
Add overrides to bower.json to fix automatically populating HTML im…
Browse files Browse the repository at this point in the history
…ports from the Bower
  • Loading branch information
jtblin committed Aug 19, 2016
1 parent bb9452e commit 1cdc80b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,12 @@
"dependencies": {
"angular": "1.x",
"chart.js": "npm:chart.js#2.x"
},
"overrides" : {
"chart.js": {
"main": [
"dist/Chart.bundle.min.js"
]
}
}
}

0 comments on commit 1cdc80b

Please sign in to comment.