Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
chore: require at least node 12
Browse files Browse the repository at this point in the history
Signed-off-by: Tilman Vatteroth <[email protected]>
  • Loading branch information
mrdrogdrog committed May 10, 2023
1 parent 1fdea99 commit 80be2f5
Show file tree
Hide file tree
Showing 2 changed files with 3,417 additions and 51 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
"directories": {
"test": "test"
},
"browserslist": [
"node> 12"
],
"engines": {
"node": ">=12"
},
"resolutions": {
"@types/react": "18.2.6"
},
Expand Down
Loading

0 comments on commit 80be2f5

Please sign in to comment.