Skip to content

Commit 56978cb

Browse files
committedMay 29, 2023
Add Node engine
1 parent 1458f04 commit 56978cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"bugs": {
1111
"url": "https://github.com/standard/eslint-config-standard/issues"
1212
},
13+
"engines": {
14+
"node": ">=12.0.0"
15+
},
1316
"devDependencies": {
1417
"@types/eslint": "^8.4.1",
1518
"@types/tape": "^4.13.2",

0 commit comments

Comments
 (0)
Please sign in to comment.