From 570cf904c4ea42e7f5ad25b5d6784b5e34c5c443 Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 1 Sep 2022 00:49:02 -0400 Subject: [PATCH] v0.2.2 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" } }