Skip to content

Commit

Permalink
fix: drop support for node.js 4.x and 9.x (#46)
Browse files Browse the repository at this point in the history
* fix: drop support for node.js 4.x and 9.x

* fix my blunder
  • Loading branch information
JustinBeckwith authored and alexander-fenster committed Jul 10, 2018
1 parent 8d10a63 commit 1fc3ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"repository": "googleapis/nodejs-cloud-container",
"private": true,
Expand Down

0 comments on commit 1fc3ae1

Please sign in to comment.