Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikbry committed Mar 9, 2021
1 parent be3ea2c commit 09db503
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <mik@miklabs.com>",
"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 <mik@miklabs.com>",
"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",
Expand Down

0 comments on commit 09db503

Please sign in to comment.