vitepress-theme-api
vitepress-theme-api copied to clipboard
Node engines seems unnecessarily restricted
Currently the package.json
specifies that only Node 18 can be used:
"engines": {
"node": ">=18 <19"
},
This seems unnecessarily restricting and prevents me from installing this theme as a dependency.