Skip to content

Commit 24a9131

Browse files
author
Mik
committed
v0.2.0
1 parent 7eaf37a commit 24a9131

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-color-components",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Simple <ColorPicker /> components for React Material-Ui. No dependencies. It uses Hooks and support RGBA, HSVA, and more !",
55
"main": "index.js",
66
"repository": "https://github.com/mikbry/material-ui-colorpicker.git",
@@ -91,7 +91,11 @@
9191
"^.+\\.mdx$": "@storybook/addon-docs/jest-transform-mdx"
9292
},
9393
"coverageReporters": [
94-
"json", "lcov", "text", "clover", "html"
94+
"json",
95+
"lcov",
96+
"text",
97+
"clover",
98+
"html"
9599
],
96100
"moduleFileExtensions": [
97101
"js",

0 commit comments

Comments
 (0)