|
1 | 1 | { |
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 <[email protected]>", |
12 | | - "license": "MIT", |
13 | | - "keywords": [ |
| 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 <[email protected]>", |
| 12 | + "license": "MIT", |
| 13 | + "keywords": [ |
14 | 14 | "react", |
15 | 15 | "color picker", |
16 | 16 | "react-component", |
|
21 | 21 | "material-ui", |
22 | 22 | "material design", |
23 | 23 | "react-color", |
24 | | - "typescript" |
| 24 | + "typescript" |
25 | 25 | ], |
26 | 26 | "scripts": { |
27 | 27 | "clean": "rimraf dist && mkdir dist", |
|
31 | 31 | "lint": "eslint src", |
32 | 32 | "test": "cross-env NODE_ENV=test jest", |
33 | 33 | "coverage": "cross-env NODE_ENV=test jest --coverage --colors", |
34 | | - "prepublishOnly": "yarn build" |
| 34 | + "prepublishOnly": "yarn build", |
| 35 | + "prepare": "husky install" |
35 | 36 | }, |
36 | 37 | "devDependencies": { |
37 | 38 | "@babel/core": "^7.8.4", |
|
0 commit comments