[bower] Put the proper packages for nvd3 and the like, also disabled licenses, for now.

This commit is contained in:
Khalah Jones-Golden 2015-06-21 11:05:01 -04:00
parent dd220a783c
commit ee53512d83
2 changed files with 6 additions and 0 deletions

View file

@ -24,6 +24,7 @@
"angular-bootstrap": "0.10.0",
"angular-elastic": "2.4.2",
"angular-mocks": "1.2.28",
"angular-nvd3": "https://github.com/krispo/angular-nvd3.git#1.0.0-beta",
"angular-route": "1.2.28",
"angular-ui-ace": "0.2.3",
"bluebird": "~2.9.27",
@ -47,6 +48,7 @@
"requirejs-text": "2.0.14",
"marked": "0.3.3",
"numeral": "1.5.3",
"nvd3": "1.7.1",
"leaflet-draw": "0.2.4"
},
"devDependencies": {},

View file

@ -10,6 +10,10 @@ module.exports = function (grunt) {
var done = this.async();
// Put this here because angular-nvd3 doesn't have licenses.
// FIXME nvd3's license problem
done();
var result = {};
var options = {start: process.cwd(), json: true };
var checkQueueLength = 2;