Skip to content

Commit 10ed9d9

Browse files
committed
add pkg.engines specifying Node 10+
1 parent f66a54e commit 10ed9d9

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
@@ -12,6 +12,9 @@
1212
"index.js"
1313
],
1414
"main": "index.js",
15+
"engines": {
16+
"node": ">=10"
17+
},
1518
"repository": {
1619
"type": "git",
1720
"url": "https://github.com/sveltejs/eslint-plugin-svelte3.git"

0 commit comments

Comments
 (0)