Skip to content

Commit

Permalink
refactor: lower node and yarn requirement closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
vuki656 committed Mar 1, 2023
1 parent 228f875 commit 228eef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.10",
"yarn": ">=3"
"node": ">=14",
"yarn": ">=1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 228eef2

Please sign in to comment.