Browse Source

fix(dashboard): add d3 to bower

Brandon Philips 12 years ago
parent
commit
6e278294af
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dashboard/bower.json

+ 2 - 1
dashboard/bower.json

@@ -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",