mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
Remove unused dependency
This commit is contained in:
parent
3b1dc7be3b
commit
ee621b526e
2 changed files with 0 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue