Skip to content

Commit

Permalink
fix: remove yarn engine requirement
Browse files Browse the repository at this point in the history
It should work with all versions of Yarn, this prevents users of classic
Yarn from consuming the package.
  • Loading branch information
rickdgeerling committed Mar 14, 2024
1 parent a03307b commit 0cef626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"LICENSE"
],
"engines": {
"node": ">=18.*.*",
"yarn": ">=4.0.2"
"node": ">=18.*.*"
},
"scripts": {
"prepare": "tsc",
Expand Down Expand Up @@ -50,4 +49,5 @@
"peerDependencies": {
"eslint": ">=8.0.0"
}
}
}

0 comments on commit 0cef626

Please sign in to comment.