Skip to content

Commit e542b8b

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
fix: async should be dependency (#743)
1 parent 29427ae commit e542b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"predocs-test": "npm run docs"
5151
},
5252
"dependencies": {
53+
"async": "^3.0.0",
5354
"@google-cloud/common": "^2.0.0",
5455
"@google-cloud/paginator": "^1.0.0",
5556
"@google-cloud/promisify": "^1.0.0",
@@ -92,7 +93,6 @@
9293
"@types/tmp": "0.1.0",
9394
"@types/uuid": "^3.4.4",
9495
"@types/xdg-basedir": "^2.0.0",
95-
"async": "^3.0.0",
9696
"codecov": "^3.0.0",
9797
"eslint": "^5.0.0",
9898
"eslint-config-prettier": "^4.0.0",

0 commit comments

Comments
 (0)