Skip to content

Commit

Permalink
fix: move async to dev dependencies (googleapis#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jun 17, 2018
1 parent 4fa7a0c commit 9b2f808
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 @@ -62,7 +62,6 @@
},
"dependencies": {
"@google-cloud/common": "^0.18.2",
"async": "^2.6.1",
"extend": "^3.0.1",
"google-gax": "^0.16.0",
"google-proto-files": "^0.16.0",
Expand All @@ -73,6 +72,7 @@
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"@google-cloud/storage": "^1.7.0",
"async": "^2.0.1",
"codecov": "^3.0.2",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
Expand Down

0 comments on commit 9b2f808

Please sign in to comment.