Skip to content

Commit 58165a2

Browse files
author
Ace Nassri
authored
Declare support for Node 8+
#161 makes this repo dependent on Node 8+ - this PR updates `package.json` to reflect that.
1 parent 985a2fc commit 58165a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {
8-
"node": ">=4.0.0"
8+
"node": ">=8"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)