Skip to content

Commit

Permalink
fix(template): fix overwolf-hooks version and defatult node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbericoD committed Jan 15, 2024
1 parent 88ed75f commit f6ebf28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"i18n",
"games"
],
"author": "",
"author": "Albérico Dias Barreto Filho",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlbericoD/overwolf-modern-react-boilerplate/issues"
Expand All @@ -32,10 +32,13 @@
"template.json"
],
"engines": {
"node": "lts/*"
"node": ">=20.11.0"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"semantic-release": "^22.0.12"
}
},
"man": [
"./README.md"
]
}
2 changes: 1 addition & 1 deletion template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"i18next": "^23.7.16",
"overwolf-hooks": "^4.1.4",
"overwolf-hooks": "^4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0",
Expand Down

0 comments on commit f6ebf28

Please sign in to comment.