Skip to content

Commit 3d6ae13

Browse files
committed
🔧 Add engines.node to package.json
the `np` was asking for it so I added a very lax version range, from the current Maintenance LTS (16.x) or newer
1 parent f6ad9f9 commit 3d6ae13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"bugs": {
1818
"url": "https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/issues"
1919
},
20+
"engines": {
21+
"node": ">=16.0.0"
22+
},
2023
"homepage": "https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility#readme",
2124
"keywords": [
2225
"eslint",

0 commit comments

Comments
 (0)