Explorar el Código

fix(dashboard): add d3 to bower

Brandon Philips hace 12 años
padre
commit
6e278294af
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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",