From a53b44f619522551dab16c8ee33fbfba9c5b4ae1 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Thu, 12 Oct 2023 15:38:18 -0400 Subject: [PATCH] Update npm package to `v0.2.0` --- npm/lib/constants.js | 2 +- npm/package-lock.json | 4 ++-- npm/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm/lib/constants.js b/npm/lib/constants.js index 738db63..2232394 100644 --- a/npm/lib/constants.js +++ b/npm/lib/constants.js @@ -3,5 +3,5 @@ module.exports = { REPO: "avencera/easywind", - VERSION: "v0.1.2", + VERSION: "v0.2.0", }; diff --git a/npm/package-lock.json b/npm/package-lock.json index f752e6d..2710855 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "easywind", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "easywind", - "version": "0.1.2", + "version": "0.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/npm/package.json b/npm/package.json index da29bd1..32e978d 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "easywind", - "version": "0.1.2", + "version": "0.2.0", "description": "The easiest way to get started with Tailwind CSS, without the need to install any build tools. A live reload server and tailwind project generator.", "main": "lib/index.js", "typings": "lib/index.d.ts",