From 6fc89eeb9a5ea00cf8f235fbc5c7cb28188ca566 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 17 Jun 2017 00:25:21 +0200 Subject: [PATCH] Remove unused dependencies. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 40ec44b..7dfb26c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "angular-strap": "^2.3.12", "angular-ui-bootstrap": "^2.5", "angular-ui-notification": "^0.3", - "angular-xeditable": "^0.8", "base64util": "^1.0.2", "bootbox": "^4.4.0", "bootstrap": "^3.3.7", @@ -52,8 +51,7 @@ "highstock-release": "^5.0.12", "jquery": "^3.2", "meanie-angular-storage": "^1.3.1", - "moment": "^2.18", - "ngbootbox": "^0.2.0" + "moment": "^2.18" }, "scripts": { "build": "webpack --config webpack.config.js",