diff --git a/package.json b/package.json index 8a44f7e..b2d61a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@onwidget/astrowind", "description": "A template to make your website using Astro + Tailwind CSS.", - "version": "0.2.1", + "version": "0.2.2", "private": true, "scripts": { "dev": "astro dev", @@ -21,5 +21,8 @@ "limax": "^v2.1.0", "reading-time": "^1.5.0", "subfont": "^6.9.0" + }, + "engines": { + "node": ">=14" } }