Skip to content

Commit

Permalink
remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
qiusli committed Nov 5, 2015
1 parent 89ae8e5 commit 38bde39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions jav.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env node

'use strict';
var vo = require('vo');
var cheerio = require('cheerio');
var request = require('superagent');
var async = require('async');
Expand Down Expand Up @@ -117,7 +116,7 @@ function parseLinks(next) {
links.push(link);
fanhao.push(link.split('/').pop());
}

console.log('正处理以下番号影片...'.green);
console.log(fanhao.toString().yellow)
next(null, links);
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@
"superagent": "^1.4.0",
"superagent-promise": "^1.0.3",
"user-home": "^2.0.0",
"vo": "^1.0.3"
}
}
}

0 comments on commit 38bde39

Please sign in to comment.