Skip to content

Commit 1cdc80b

Browse files
committed
Add overrides to bower.json to fix automatically populating HTML imports from the Bower
1 parent bb9452e commit 1cdc80b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bower.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,12 @@
4040
"dependencies": {
4141
"angular": "1.x",
4242
"chart.js": "npm:chart.js#2.x"
43+
},
44+
"overrides" : {
45+
"chart.js": {
46+
"main": [
47+
"dist/Chart.bundle.min.js"
48+
]
49+
}
4350
}
4451
}

0 commit comments

Comments
 (0)