From 97ffadea57bc9e4b5d279c666876f5e00e0a878f Mon Sep 17 00:00:00 2001 From: tim-hub Date: Sat, 14 Mar 2020 18:02:16 +1300 Subject: [PATCH] 2.1.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76f917f..3cefbac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "preact-pure-tailwindcss", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3bc234e..3f72b26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "preact-purge-tailwindcss", - "version": "2.1.0", + "version": "2.1.1", "description": "Preact CLI Plugin that helps add Tailwind CSS and Purege CSS", "main": "src/index.js", "homepage": "https://github.com/tim-hub/preact-purge-tailwindcss",