Remove duplicate lodash dependency

This commit is contained in:
Esteban Ordano 2014-12-03 10:09:48 -03:00
parent f5d04280eb
commit 9a57bd3748
1 changed files with 0 additions and 3 deletions

View File

@ -91,14 +91,11 @@
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.10",
"inherits": "^2.0.1",
"lodash": "^2.4.1",
"mocha": "~2.0.1",
"run-sequence": "^1.0.2",
"karma": "^0.12.28",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9",
"lodash": "^2.4.1",
"mocha": "~2.0.1",
"run-sequence": "^1.0.2"
},