Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit b01e4e8

Browse files
authored
feat: drop Node 8 from engines field (#198)
1 parent 5ab40af commit b01e4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Google Inc.",
77
"main": "./src/index.js",
88
"engines": {
9-
"node": ">=8.10.0"
9+
"node": ">=10"
1010
},
1111
"files": [
1212
"src/"

0 commit comments

Comments
 (0)