Skip to content

Commit

Permalink
version 0.2.3 updated in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq1988 committed Sep 24, 2023
1 parent 13f848a commit 21de860
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -78,4 +79,4 @@
"vite-plugin-dts": "^3.4.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 21de860

Please sign in to comment.