fix(dashboard): add d3 to bower

release-0.4
Brandon Philips 2013-10-08 11:04:48 -07:00
parent 8acaf71a59
commit 6e278294af
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
"angular-route": "~1.2.0-rc.2",
"angular-resource": "~1.2.0-rc.2",
"angular-cookies": "~1.2.0-rc.2",
"angular-sanitize": "~1.2.0-rc.2"
"angular-sanitize": "~1.2.0-rc.2",
"d3": "~3.3.6"
},
"devDependencies": {
"angular-mocks": "~1.2.0-rc.2",