Skip to content

Commit aa52885

Browse files
committed
Add engines field to package.json.
1 parent 95401c2 commit aa52885

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
@@ -7,6 +7,9 @@
77
"publishConfig": {
88
"access": "public"
99
},
10+
"engines": {
11+
"node": ">=14.0.0"
12+
},
1013
"scripts": {
1114
"build": "tsc",
1215
"dev": "tsc && node dev.js",

0 commit comments

Comments
 (0)