Skip to content

Commit

Permalink
Support NPM 10
Browse files Browse the repository at this point in the history
Breaking changes¹ don't seem to affect Auspice usage.

¹ https://github.com/npm/cli/blob/4469fcdf18226716f449e42b6ad15a67dc9ec09c/CHANGELOG.md
  • Loading branch information
victorlin committed Sep 22, 2023
1 parent d6c3113 commit a61c206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://www.npmjs.com/package/auspice",
"engines": {
"node": "^16 || ^18 || ^20",
"npm": "^7 || ^8 || ^9"
"npm": "^7 || ^8 || ^9 || ^10"
},
"bin": {
"auspice": "./auspice.js"
Expand Down

0 comments on commit a61c206

Please sign in to comment.