Skip to content

Commit

Permalink
fix: better definition of supported node and npm engines
Browse files Browse the repository at this point in the history
  • Loading branch information
retro committed Jul 21, 2024
1 parent 600bff7 commit 085fdc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"types": "./build/index.d.ts",
"license": "MIT",
"engines": {
"node": "^21.2.0",
"npm": "^10.2.3"
"node": ">=21.2.0",
"npm": ">=10.2.3"
},
"volta": {
"node": "21.2.0",
Expand Down

0 comments on commit 085fdc8

Please sign in to comment.