diff --git a/package.json b/package.json index 86c5645..bd1a4bc 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,28 @@ { - "name": "material-ui-color", - "version": "0.4.10", - "description": "The lightest colorpicker for React Material-Ui. No dependencies. It uses Hooks and support RGBA, HSVA, and more !", - "main": "index.js", - "module": "./esm/index.js", - "typings": "index.d.ts", - "repository": "https://github.com/mikbry/material-ui-colorpicker.git", - "author": "Mik ", - "license": "MIT", + "name": "material-ui-color", + "version": "0.4.11", + "description": "The lightest colorpicker for React Material-Ui. No dependencies. It uses Hooks and support Typescript, and more !", + "main": "index.js", + "module": "./esm/index.js", + "typings": "index.d.ts", + "homepage": "https://mikbry.github.io/material-ui-color/", + "repository": "https://github.com/mikbry/material-ui-color.git", + "bugs": "https://github.com/mikbry/material-ui-color/issues", + "author": "Mik ", + "license": "MIT", + "keywords": [ + "react", + "color picker", + "react-component", + "colorpicker", + "picker", + "tiny", + "color", + "material-ui", + "material design", + "react-color", + "typescript" + ], "scripts": { "clean": "rimraf dist && mkdir dist", "build": "yarn clean & cross-env NODE_ENV=production rollup -c && packito",