Skip to content

Commit

Permalink
drop support for 0.12 (#2171)
Browse files Browse the repository at this point in the history
* all: drop support for 0.12 [ci skip]
* scripts: add more modules to blacklist for now
* update common deps for service modules
  • Loading branch information
stephenplusplus committed Mar 31, 2017
1 parent 2bcc5e4 commit 7674216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"speech"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common-grpc": "^0.2.1",
"@google-cloud/common": "^0.13.0",
"@google-cloud/common-grpc": "^0.3.0",
"events-intercept": "^2.0.0",
"extend": "^3.0.0",
"google-gax": "^0.12.0",
Expand Down Expand Up @@ -84,6 +84,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}

0 comments on commit 7674216

Please sign in to comment.