From 805e123a9071c02efbcdfccc6a385ddc05c6dfa3 Mon Sep 17 00:00:00 2001 From: Eric Wafford Date: Wed, 28 Jan 2015 14:01:02 -0600 Subject: [PATCH] remove lodash from gulpfile and package.json --- gulpfile.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 06df06b..9b091df 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,7 +1,6 @@ // ## Globals /*global $:true*/ var $ = require('gulp-load-plugins')(); -var _ = require('lodash'); var argv = require('yargs').argv; var browserSync = require('browser-sync'); var gulp = require('gulp'); diff --git a/package.json b/package.json index 1d72c38..5793229 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "imagemin-pngcrush": "^4.0.0", "jshint-stylish": "^1.0.0", "lazypipe": "^0.2.2", - "lodash": "^2.4.1", "merge-stream": "^0.1.7", "traverse": "^0.6.6", "wiredep": "^2.1.0",