Skip to content

Commit

Permalink
feat: add support for node >=12.22.0 and remove yarn from engine (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed Feb 21, 2022
1 parent bf88780 commit 5b23783
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 @@ -64,8 +64,7 @@
"release": "semantic-release"
},
"engines": {
"node": "^14.13.1 || >=16.0.0",
"yarn": ">=3"
"node": ">=12.22.0"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
Expand Down

0 comments on commit 5b23783

Please sign in to comment.