Skip to content

Commit e45fc43

Browse files
author
Darcy Ye
committed
chore: relax node engine range and bump version to 2.9.3
1 parent 6f016b9 commit e45fc43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@silverhand/essentials",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"description": "The missing essentials for TypeScript (and JavaScript).",
55
"repository": "git@github.com:silverhand-io/essentials.git",
66
"author": "Silverhand Inc.",
@@ -43,7 +43,7 @@
4343
"typescript": "^5.3.3"
4444
},
4545
"engines": {
46-
"node": "^18.12.0 || ^20.9.0 || ^22.0.0 || ^24.0.0",
46+
"node": ">=18.12.0",
4747
"pnpm": "^10.0.0"
4848
},
4949
"prettier": "@silverhand/eslint-config/.prettierrc",

0 commit comments

Comments
 (0)