Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 16, 2021
1 parent 24453e6 commit 5a64253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12.20"
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"bench": "npm update glob-stream fast-glob && matcha bench.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
"slash": "^4.0.0"
},
"devDependencies": {
"@types/node": "^16.4.0",
"@types/node": "^16.6.1",
"ava": "^3.15.0",
"get-stream": "^6.0.1",
"glob-stream": "^6.1.0",
Expand All @@ -77,7 +77,7 @@
"rimraf": "^3.0.2",
"tsd": "^0.17.0",
"typescript": "^4.3.5",
"xo": "^0.42.0"
"xo": "^0.44.0"
},
"xo": {
"ignores": [
Expand Down

0 comments on commit 5a64253

Please sign in to comment.