Skip to content

Commit 2a668b9

Browse files
authored
fix: Add engines.node field (#53)
Minimum Node 10
1 parent 90a8803 commit 2a668b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
"publishConfig": {
3535
"access": "public"
3636
},
37+
"engines": {
38+
"node": ">=10"
39+
},
3740
"devDependencies": {
3841
"cypress": "4.7.0",
3942
"netlify-cli": "2.47.0",

0 commit comments

Comments
 (0)