From f6037274498ab7ff0162c342d3820f9c3049a358 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 31 Aug 2022 19:48:45 -0400 Subject: [PATCH] Switching limax to version v2.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 54322ee..8a44f7e 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.0", + "version": "0.2.1", "private": true, "scripts": { "dev": "astro dev", @@ -18,7 +18,7 @@ "@tailwindcss/typography": "^0.5.4", "astro": "^1.0.0", "astro-icon": "^0.7.3", - "limax": "^3.0.0", + "limax": "^v2.1.0", "reading-time": "^1.5.0", "subfont": "^6.9.0" }