Merge pull request #829 from SantoDE/fix-webui-dashboard

Add Nvd3 Dependency to fix UI / Dashboard
This commit is contained in:
Vincent Demeester 2016-11-13 11:47:22 +01:00 committed by GitHub
commit 07f961ecba

View file

@ -21,7 +21,8 @@
"angular-ui-bootstrap": "^2.0.0",
"angular-ui-router": "^0.3.1",
"bootstrap": "^3.3.6",
"moment": "^2.14.1"
"moment": "^2.14.1",
"nvd3": "^1.8.4"
},
"devDependencies": {
"angular-mocks": "^1.4.2",
@ -80,11 +81,6 @@
"test": "gulp test",
"test:auto": "gulp test:auto"
},
"overrides": {
"angular-nvd3": {
"main": "dist/angular-nvd3.js"
}
},
"eslintConfig": {
"globals": {
"expect": true