Skip to content

Commit

Permalink
Merge pull request #104 from useplunk/dev-driaug-https-check
Browse files Browse the repository at this point in the history
Fix: Update required engines
  • Loading branch information
driaug authored Sep 28, 2024
2 parents 765c296 + 47048d0 commit 865a7dd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
"private": true,
"license": "agpl-3.0",
"workspaces": {
"packages": [
"packages/*"
]
"packages": ["packages/*"]
},
"engines": {
"npm": ">=6.14.x",
"yarn": "1.22.x",
"node": ">=18.x"
"yarn": ">=4.3.x",
"node": ">=20.x"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down

0 comments on commit 865a7dd

Please sign in to comment.