Skip to content

Commit

Permalink
feat!: require node 10 in engines field (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 25, 2020
1 parent ef8b18a commit d89c59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"author": "Google Inc.",
"description": "Google APIs Authentication Client Library for Node.js",
"engines": {
"node": ">=8.10.0"
"node": ">=10"
},
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
Expand Down

0 comments on commit d89c59a

Please sign in to comment.