mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[bower] Put the proper packages for nvd3 and the like, also disabled licenses, for now.
This commit is contained in:
parent
dd220a783c
commit
ee53512d83
2 changed files with 6 additions and 0 deletions
|
@ -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": {},
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue