Skip to content

Commit

Permalink
Merge branch 'rewrite'
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Oct 18, 2024
2 parents 6bf46ca + 49b95f0 commit 6f6c445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"main": "lib/index.js",
"engines": {
"node": "^14.18.0 || ^16.13.0 || >=18.0.0",
"npm": ">= 8"
"node": "^18.17.0 || >=20.5.0",
"npm": ">= 9"
},
"scripts": {
"clean": "rm -rf coverage jsdoc \"test-workspace/{build,test.txt}\"",
Expand All @@ -35,7 +35,7 @@
"memorystream": "^0.3.1",
"minimatch": "^9.0.0",
"pidtree": "^0.6.0",
"read-package-json-fast": "^3.0.2",
"read-package-json-fast": "^4.0.0",
"shell-quote": "^1.7.3",
"which": "^3.0.1"
},
Expand Down

0 comments on commit 6f6c445

Please sign in to comment.