Skip to content

Commit 09db503

Browse files
committed
chore: update package.json
1 parent be3ea2c commit 09db503

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

package.json

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
{
2-
"name": "material-ui-color",
3-
"version": "0.4.10",
4-
"description": "The lightest colorpicker for React Material-Ui. No dependencies. It uses Hooks and support RGBA, HSVA, and more !",
5-
"main": "index.js",
6-
"module": "./esm/index.js",
7-
"typings": "index.d.ts",
8-
"repository": "https://github.com/mikbry/material-ui-colorpicker.git",
9-
"author": "Mik <mik@miklabs.com>",
10-
"license": "MIT",
2+
"name": "material-ui-color",
3+
"version": "0.4.11",
4+
"description": "The lightest colorpicker for React Material-Ui. No dependencies. It uses Hooks and support Typescript, and more !",
5+
"main": "index.js",
6+
"module": "./esm/index.js",
7+
"typings": "index.d.ts",
8+
"homepage": "https://mikbry.github.io/material-ui-color/",
9+
"repository": "https://github.com/mikbry/material-ui-color.git",
10+
"bugs": "https://github.com/mikbry/material-ui-color/issues",
11+
"author": "Mik <mik@miklabs.com>",
12+
"license": "MIT",
13+
"keywords": [
14+
"react",
15+
"color picker",
16+
"react-component",
17+
"colorpicker",
18+
"picker",
19+
"tiny",
20+
"color",
21+
"material-ui",
22+
"material design",
23+
"react-color",
24+
"typescript"
25+
],
1126
"scripts": {
1227
"clean": "rimraf dist && mkdir dist",
1328
"build": "yarn clean & cross-env NODE_ENV=production rollup -c && packito",

0 commit comments

Comments
 (0)