From 2fd6e854df7854e8a88b521b581b89278b936dee Mon Sep 17 00:00:00 2001 From: Agney Date: Sun, 6 Jun 2021 15:08:10 +0530 Subject: [PATCH] 3.0.0 --- 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 a68ed95..c1e3b2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "preact-cli-tailwind", - "version": "2.0.1", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e168484..693092c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "preact-cli-tailwind", - "version": "2.0.1", + "version": "3.0.0", "description": "Preact CLI Plugin that helps add Tailwind CSS", "main": "src/index.js", "homepage": "https://github.com/agneym/preact-cli-tailwind#readme",