Skip to content

Commit e48c10b

Browse files
committed
fix: add engines to package.json
1 parent d605688 commit e48c10b

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
@@ -15,6 +15,9 @@
1515
"lib",
1616
"templates"
1717
],
18+
"engines": {
19+
"node": ">= 10.0.0"
20+
},
1821
"publishConfig": {
1922
"access": "public",
2023
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)