|
2 | 2 | "name": "react-github-buttons", |
3 | 3 | "version": "0.2.0", |
4 | 4 | "description": "React Components for dynamic buttons for github repo's star, fork etc.", |
5 | | - "author": "vaibhavhrt", |
| 5 | + "keywords": ["react", "github", "component", "utility"], |
| 6 | + "author": { |
| 7 | + "email": "vaibhav.hrt@gmail.com", |
| 8 | + "name": "Vaibhav Vishal", |
| 9 | + "url": "https://github.com/vaibhavhrt" |
| 10 | + }, |
6 | 11 | "license": "MIT", |
7 | | - "repository": "vaibhavhrt/react-github-buttons", |
| 12 | + "repository": "https://github.com/vaibhavhrt/react-github-buttons", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/vaibhavhrt/react-github-buttons/issues", |
| 15 | + "email": "vaibhav.hrt@gmail.com" |
| 16 | + }, |
| 17 | + "homepage": "https://vaibhavhrt.github.io/react-github-buttons/", |
8 | 18 | "main": "dist/index.js", |
9 | 19 | "module": "dist/index.es.js", |
10 | 20 | "jsnext:main": "dist/index.es.js", |
|
18 | 28 | "build": "rollup -c", |
19 | 29 | "start": "rollup -c -w", |
20 | 30 | "prepare": "npm run build", |
21 | | - "predeploy": "cd example && npm run build", |
| 31 | + "predeploy": "cd example && npm install && npm run build", |
22 | 32 | "deploy": "gh-pages -d example/build", |
23 | 33 | "lint": "tslint **/src/**.{ts,tsx} --exclude **/node_modules/**" |
24 | 34 | }, |
25 | 35 | "dependencies": {}, |
26 | 36 | "peerDependencies": { |
27 | 37 | "prop-types": "^15.7.2", |
28 | | - "react": "^16.8.6", |
29 | | - "react-dom": "^16.8.6" |
| 38 | + "react": "^15.0.0 || ^16.0.0", |
| 39 | + "react-dom": "^15.0.0 || ^16.0.0" |
30 | 40 | }, |
31 | 41 | "devDependencies": { |
32 | 42 | "@svgr/rollup": "^4.3.0", |
|
0 commit comments