|
4 | 4 | "main": "dist/index.js", |
5 | 5 | "jsnext:main": "components/index.js", |
6 | 6 | "module": "components/index.js", |
7 | | - "files": [ |
8 | | - "src", |
9 | | - "dist", |
10 | | - "README" |
11 | | - ], |
| 7 | + "files": ["src", "dist", "README"], |
12 | 8 | "scripts": { |
13 | | - "lint": "eslint src/**", |
14 | | - "lintfix": "eslint --fix src/**", |
15 | 9 | "prepublish": "npm run build", |
16 | 10 | "semantic-release": "semantic-release pre && npm publish && semantic-release post", |
17 | 11 | "storybook": "start-storybook -p 9002", |
|
22 | 16 | "build": "babel src --out-dir dist --copy-files", |
23 | 17 | "docs": "build-storybook -o docs", |
24 | 18 | "commit": "git cz", |
25 | | - "deploy-storybook": "storybook-to-ghpages" |
| 19 | + "deploy-storybook": "storybook-to-ghpages", |
| 20 | + "format": "pretty-quick \"src/**/*.js\"" |
26 | 21 | }, |
27 | 22 | "repository": { |
28 | 23 | "type": "git", |
29 | 24 | "url": "https://github.com/rcdexta/react-trello" |
30 | 25 | }, |
31 | | - "keywords": [ |
32 | | - "react", |
33 | | - "trello", |
34 | | - "board" |
35 | | - ], |
| 26 | + "keywords": ["react", "trello", "board"], |
36 | 27 | "author": "RC, Prakash", |
37 | 28 | "license": "MIT", |
38 | 29 | "bugs": { |
|
75 | 66 | "eslint-plugin-standard": "^3.0.1", |
76 | 67 | "eventsource-polyfill": "^0.9.6", |
77 | 68 | "extract-text-webpack-plugin": "^2.1.0", |
| 69 | + "husky": "^0.14.3", |
78 | 70 | "jest": "^21.0.1", |
79 | 71 | "jest-cli": "^21.0.1", |
80 | 72 | "jsdom": "^9.12.0", |
81 | 73 | "mocha": "^3.4.2", |
82 | 74 | "node-sass": "^4.5.3", |
83 | 75 | "prettier": "1.10.2", |
| 76 | + "pretty-quick": "^1.4.1", |
84 | 77 | "react": "^16.2.0", |
85 | 78 | "react-addons-test-utils": "^15.5.1", |
86 | 79 | "react-dom": "^16.2.0", |
|
0 commit comments