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 authored Mar 31, 2017
1 parent aef6b3b commit df97a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"compute engine"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common": "^0.13.0",
"arrify": "^1.0.0",
"async": "^2.0.1",
"create-error-class": "^3.0.2",
Expand All @@ -73,6 +73,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}

0 comments on commit df97a6e

Please sign in to comment.