From 7991a2d2eb082cb7928047f59234230ad2812027 Mon Sep 17 00:00:00 2001 From: Guiheux Steven Date: Mon, 24 Jul 2017 14:31:16 +0200 Subject: [PATCH] fix (ui): dep bug (#880) --- ui/.angular-cli.json | 1 - ui/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/.angular-cli.json b/ui/.angular-cli.json index 5eca800ab6..070ff2529a 100644 --- a/ui/.angular-cli.json +++ b/ui/.angular-cli.json @@ -25,7 +25,6 @@ "../node_modules/semantic-ui/dist/semantic.css", "../node_modules/angular2-toaster/toaster.css", "../node_modules/font-awesome/css/font-awesome.css", - "../node_modules/hover.css/css/hover.css", "styles.scss" ], "scripts": [ diff --git a/ui/package.json b/ui/package.json index 162fece2ed..ac95f7f09c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -32,8 +32,8 @@ "dagre-d3": "https://github.com/sguiheux/dagre-d3/tarball/reworkDependencies", "dragula": "^3.7.2", "duration-js": "^3.9.2", + "enhanced-resolve": "3.3.0", "font-awesome": "^4.6.3", - "hover.css": "^2.0.2", "immutable": "^3.8.1", "lodash": "~4.17.2", "moment": "^2.17.1",