Skip to content

Commit

Permalink
chore(node): bump node engine to >=20
Browse files Browse the repository at this point in the history
  • Loading branch information
Isokaeder committed Jun 28, 2024
1 parent c24a7e3 commit 4d3ae0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"typescript-eslint": "^7.8.0"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yoco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"./style.css": {
"style": "./style.css"
},
"./svg/": "./svg/"
"./svg/*": "./svg/*"
},
"files": [
"fonts",
Expand Down

0 comments on commit 4d3ae0a

Please sign in to comment.