From 2498f8ecf2b6ddb37632e943e33005e2c5e5a9d9 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 31 Jan 2017 15:58:28 +0100 Subject: [PATCH] Dependencias innecesarias eliminadas --- gulpfile.js | 1 - package.json | 4 ---- webpack.config.js | 3 ++- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 441e7f7e4c..f4744b01a9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,7 +4,6 @@ var gutil = require('gulp-util'); var wrap = require('gulp-wrap'); var concat = require('gulp-concat'); var extend = require('gulp-extend'); -var babel = require('gulp-babel'); var fs = require('fs'); var merge = require('merge-stream'); var del = require('del'); diff --git a/package.json b/package.json index 341dd93113..8ea36e7ea3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "angular-translate": "^2.13.1", "angular-translate-loader-partial": "^2.13.1", "angular-ui-router": "^1.0.0-beta.3", - "express": "^4.14.0", "material-design-lite": "^1.3.0", "oclazyload": "^0.6.3" }, @@ -31,14 +30,11 @@ "eslint-plugin-angular": "^1.4.1", "file-loader": "^0.9.0", "gulp": "^3.9.1", - "gulp-babel": "^6.1.2", "gulp-concat": "^2.6.0", "gulp-extend": "^0.2.0", - "gulp-insert": "^0.5.0", "gulp-util": "^3.0.7", "gulp-wrap": "^0.13.0", "html-loader": "^0.4.4", - "json-loader": "^0.5.4", "merge-stream": "^1.0.1", "node-sass": "^3.11.0", "pre-commit": "^1.1.3", diff --git a/webpack.config.js b/webpack.config.js index cb22643fd3..ca63c1bbb7 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -44,7 +44,8 @@ var config = { modules: [ path.join(__dirname, 'client'), __dirname, - 'node_modules' + 'node_modules', + '/usr/lib/node_modules' ] }, plugins: [