mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Update Node.js engine requirement to allow versions >=20 (#2063)
This commit is contained in:
5
.changeset/tender-flowers-cheat.md
Normal file
5
.changeset/tender-flowers-cheat.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update Node.js engine requirement to allow versions >=20
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
"url": "https://github.com/sponsors/codecalm"
|
"url": "https://github.com/sponsors/codecalm"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "20"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"docs/**/*",
|
"docs/**/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user