vitepress-theme-api icon indicating copy to clipboard operation
vitepress-theme-api copied to clipboard

Node engines seems unnecessarily restricted

Open rien opened this issue 11 months ago • 1 comments

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.

rien avatar Mar 14 '24 09:03 rien