Skip to content

Commit

Permalink
feat(engines): remove node engine version restrictions from package.json
Browse files Browse the repository at this point in the history
These restrictions don't make sense. They were
included because they're part of the common
template used by Software Ventures projects, but
node engine versions have essentially zero impact
on compatibility with this package.
  • Loading branch information
djcsdy committed Nov 23, 2023
1 parent 49743a6 commit c406f2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"test": "tsc"
},
"sideEffects": false,
"engines": {
"node": "^14 || ^16 || >=18"
},
"peerDependencies": {
"typescript": "^4.5.0 || ^5.0.0"
},
Expand Down

0 comments on commit c406f2d

Please sign in to comment.