Skip to content

Commit

Permalink
Merge pull request #29 from TrilonIO/fix/remove-yarn-engine
Browse files Browse the repository at this point in the history
fix: remove yarn engine requirement
  • Loading branch information
thiagomini authored Mar 14, 2024
2 parents a03307b + 66159b4 commit 8fe314e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 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": ">=16.*.*"
},
"scripts": {
"prepare": "tsc",
Expand Down Expand Up @@ -50,4 +49,4 @@
"peerDependencies": {
"eslint": ">=8.0.0"
}
}
}

0 comments on commit 8fe314e

Please sign in to comment.