Skip to content

Commit

Permalink
fix devEngines
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party committed Oct 17, 2024
1 parent 98b8409 commit 7e35aa7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,16 @@
"styled-components": "^6"
},
"devEngines": {
"node": ">=18.x",
"npm": ">=7.x"
"runtime": {
"name": "node",
"version": ">=18.x",
"onFail": "error"
},
"packageManager": {
"name": "npm",
"version": ">=7.x",
"onFail": "error"
}
},
"browserslist": [],
"electronmon": {
Expand Down

0 comments on commit 7e35aa7

Please sign in to comment.