We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
engines.node
1 parent 9abd28f commit aaa9b26Copy full SHA for aaa9b26
package.json
@@ -41,5 +41,8 @@
41
"licenses": "./licensee --errors-only",
42
"lint": "standard index.js licensee test/**/test.js",
43
"test": "tap --no-check-coverage tests/unit.test.js tests/**/test.js"
44
+ },
45
+ "engines": {
46
+ "node": ">= 12.22"
47
}
48
0 commit comments