Skip to content

Commit

Permalink
feat: add official support for npm 10
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmanning committed Jan 29, 2024
1 parent 3edd906 commit 849da41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "MIT",
"engines": {
"node": "18.x || 20.x",
"npm": "8.x || 9.x"
"npm": "8.x || 9.x || 10.x"
},
"scripts": {
"build": "npm run build:types",
Expand Down

0 comments on commit 849da41

Please sign in to comment.