Skip to content

Commit

Permalink
"Remove engine versions from package.json
Browse files Browse the repository at this point in the history
Removed node and pnpm versions in the 'engines' object in package.json. This was done because project maintenance now revolves around upgrading to the latest engine versions regularly and it's easier to depend on the 'packageManager' field instead."
  • Loading branch information
yacosta738 committed Aug 31, 2023
1 parent cea795c commit 4f0a6cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,5 @@
"vue": "3.3.4",
"workbox-window": "^7.0.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
"pnpm": ">=7.0.0"
},
"packageManager": "pnpm@8.6.12"
}

0 comments on commit 4f0a6cc

Please sign in to comment.