Merge pull request #1291 from Tidal-Wave/fix/remove-lodash

remove lodash from gulpfile and package.json
This commit is contained in:
Austin Pray
2015-01-28 14:18:28 -06:00
2 changed files with 0 additions and 2 deletions

View File

@@ -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');

View File

@@ -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",