Skip to content

Commit

Permalink
fix: async should be dependency (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and JustinBeckwith committed Jun 14, 2019
1 parent 29427ae commit e542b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"predocs-test": "npm run docs"
},
"dependencies": {
"async": "^3.0.0",
"@google-cloud/common": "^2.0.0",
"@google-cloud/paginator": "^1.0.0",
"@google-cloud/promisify": "^1.0.0",
Expand Down Expand Up @@ -92,7 +93,6 @@
"@types/tmp": "0.1.0",
"@types/uuid": "^3.4.4",
"@types/xdg-basedir": "^2.0.0",
"async": "^3.0.0",
"codecov": "^3.0.0",
"eslint": "^5.0.0",
"eslint-config-prettier": "^4.0.0",
Expand Down

0 comments on commit e542b8b

Please sign in to comment.