Skip to content

Commit

Permalink
Don't force npm version when node version is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
krazkidd committed Nov 28, 2023
1 parent abf8be8 commit 1da9e54
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 @@ -2,8 +2,7 @@
"name": "lineup",
"private": true,
"engines": {
"node": "18.x",
"npm": "^9.0.0"
"node": "18.x"
},
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit 1da9e54

Please sign in to comment.