We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102f807 commit a720c84Copy full SHA for a720c84
package.json
@@ -3,7 +3,7 @@
3
"publishConfig": {
4
"registry": "https://npm.pkg.github.com/"
5
},
6
- "version": "0.0.5",
+ "version": "0.0.6",
7
"description": "A simple react tailwind UI component library",
8
"scripts": {
9
"build": "rollup -c --environment INCLUDE_DEPS,BUILD:production",
@@ -12,7 +12,7 @@
12
"test": "jest",
13
"storybook": "storybook dev -p 6006",
14
"build-storybook": "storybook build",
15
- "changelog":"auto-changelog -p --hide-credit --hide-empty-releases"
+ "changelog": "auto-changelog -p --hide-credit --hide-empty-releases"
16
17
"author": "LogicalAnt",
18
"license": "ISC",
0 commit comments