Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
fix:Node 7.8,提示taskDone不是一个函数
Browse files Browse the repository at this point in the history
  • Loading branch information
Heyong Nie committed Apr 19, 2017
1 parent 9c622e4 commit 3708f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "node app.js"
},
"dependencies": {
"async": "^2.1.4",
"async": "~2.1.4",
"cheerio": "^0.22.0",
"superagent": "^3.4.1",
"superagent-charset": "^1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


async@^2.1.4:
async@~2.1.4:
version "2.1.5"
resolved "https://registry.yarnpkg.com/async/-/async-2.1.5.tgz#e587c68580994ac67fc56ff86d3ac56bdbe810bc"
dependencies:
Expand Down

0 comments on commit 3708f55

Please sign in to comment.