This commit is contained in:
prototypa
2022-09-01 00:49:02 -04:00
parent 88c69d0aae
commit 570cf904c4

View File

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