From ee621b526e09bbe25d0bdfe2bbb8fbc5710634ad Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 10 Aug 2015 17:14:46 -0500 Subject: [PATCH] Remove unused dependency --- package.json | 1 - tasks/gulp-transifex-test.js | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index 5f0b9ef6c8..b387c0f638 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,6 @@ "karma-requirejs": "~0.2.0", "karma-script-launcher": "~0.1.0", "lcov-result-merger": "^1.0.2", - "md5": "^2.0.0", "mocha": "~1.12.1", "mongoskin": "~0.6.1", "phantomjssmith": "~0.5.4", diff --git a/tasks/gulp-transifex-test.js b/tasks/gulp-transifex-test.js index 24657b7a09..7d1f8a6f26 100644 --- a/tasks/gulp-transifex-test.js +++ b/tasks/gulp-transifex-test.js @@ -1,7 +1,6 @@ import fs from 'fs'; import _ from 'lodash'; import nconf from 'nconf'; -import md5 from 'md5'; import gulp from 'gulp'; import request from 'superagent';