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 24453e6 commit 5a64253Copy full SHA for 5a64253
1 file changed
package.json
@@ -13,7 +13,7 @@
13
"type": "module",
14
"exports": "./index.js",
15
"engines": {
16
- "node": ">=12.20"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
17
},
18
"scripts": {
19
"bench": "npm update glob-stream fast-glob && matcha bench.js",
@@ -68,7 +68,7 @@
68
"slash": "^4.0.0"
69
70
"devDependencies": {
71
- "@types/node": "^16.4.0",
+ "@types/node": "^16.6.1",
72
"ava": "^3.15.0",
73
"get-stream": "^6.0.1",
74
"glob-stream": "^6.1.0",
@@ -77,7 +77,7 @@
77
"rimraf": "^3.0.2",
78
"tsd": "^0.17.0",
79
"typescript": "^4.3.5",
80
- "xo": "^0.42.0"
+ "xo": "^0.44.0"
81
82
"xo": {
83
"ignores": [
0 commit comments