Skip to content

Commit

Permalink
Fix devEngine object shape in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LekkerKofi committed Dec 29, 2024
1 parent 018090a commit 4765518
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,14 @@
]
},
"devEngines": {
"node": ">=14.x",
"npm": ">=7.x"
"runtime": {
"name": "node",
"version": ">=14.x"
},
"packageManager": {
"name": "npm",
"version": ">=7.x"
}
},
"electronmon": {
"patterns": [
Expand Down

0 comments on commit 4765518

Please sign in to comment.