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.
1 parent 4897f1b commit 162cfc9Copy full SHA for 162cfc9
package.json
@@ -69,7 +69,7 @@
69
"lint": "eslint lib test",
70
"format": "prettier --write eslint.config.mjs \"{lib,test}/**/*.js\"",
71
"docs": "remark README.md 'docs/**/*.md' '.github/*.md' -o",
72
- "test": "ava --no-worker-threads && installed-check",
+ "test": "ava --no-worker-threads && installed-check --ignore ava",
73
"release": "./bin/release-it.js"
74
},
75
"author": {
@@ -135,7 +135,7 @@
135
"socks": "2.8.3"
136
137
"engines": {
138
- "node": "^20.9.0 || ^22.0.0"
+ "node": "^20.9.0 || >=22.0.0"
139
140
"remarkConfig": {
141
"plugins": [
0 commit comments