From 21de8603cc4b1ba7bff4949cc397aea9aa965104 Mon Sep 17 00:00:00 2001 From: Tareq Hasan Date: Sun, 24 Sep 2023 10:43:30 +0300 Subject: [PATCH] version 0.2.3 updated in package.json --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 42fc3e7..6ac0a91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wedevs/tail-react", - "version": "0.2.2", + "version": "0.2.3", "description": "A React UI component library based on Tailwind CSS", "author": "Tareq Hasan", "license": "MIT", @@ -38,7 +38,8 @@ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "storybook": "storybook dev -p 6006", - "build-storybook": "storybook build" + "build-storybook": "storybook build", + "test": "echo \"Error: no test specified\" && exit 0" }, "dependencies": { "@headlessui/react": "^1.7.16", @@ -78,4 +79,4 @@ "vite-plugin-dts": "^3.4.0" }, "packageManager": "yarn@3.6.1" -} +} \ No newline at end of file