Skip to content

Commit

Permalink
build(npm): remove useless npm engine
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Nov 12, 2023
1 parent b78998f commit a3891e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"version": "0.2.0",
"private": true,
"engines": {
"node": "20",
"npm": "9"
"node": "20"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit a3891e8

Please sign in to comment.