Skip to content

Commit b7cc115

Browse files
committed
fix: define engines field
1 parent d066af4 commit b7cc115

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
@@ -11,6 +11,9 @@
1111
"postversion": "npm publish",
1212
"postpublish": "git push origin --follow-tags"
1313
},
14+
"engines": {
15+
"node": ">=10"
16+
},
1417
"tap": {
1518
"check-coverage": true
1619
},

0 commit comments

Comments
 (0)