Skip to content
This repository was archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Delete missing co dependency
Browse files Browse the repository at this point in the history
rebuild
  • Loading branch information
ITJesse committed Oct 1, 2016
1 parent c06686e commit 207c19a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions dist/modules/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ var _colors = require('colors');

var _colors2 = _interopRequireDefault(_colors);

var _co = require('co');

var _co2 = _interopRequireDefault(_co);

var _config = require('../config');

var _config2 = _interopRequireDefault(_config);
Expand Down
1 change: 0 additions & 1 deletion src/modules/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import colors from 'colors';
import co from 'co';

import config from '../config';
import netease from './netease';
Expand Down

0 comments on commit 207c19a

Please sign in to comment.