Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 81cb8d9

Browse files
committed
add many details in package.json
1 parent 1690124 commit 81cb8d9

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
"name": "react-github-buttons",
33
"version": "0.2.0",
44
"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+
},
611
"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/",
818
"main": "dist/index.js",
919
"module": "dist/index.es.js",
1020
"jsnext:main": "dist/index.es.js",
@@ -18,15 +28,15 @@
1828
"build": "rollup -c",
1929
"start": "rollup -c -w",
2030
"prepare": "npm run build",
21-
"predeploy": "cd example && npm run build",
31+
"predeploy": "cd example && npm install && npm run build",
2232
"deploy": "gh-pages -d example/build",
2333
"lint": "tslint **/src/**.{ts,tsx} --exclude **/node_modules/**"
2434
},
2535
"dependencies": {},
2636
"peerDependencies": {
2737
"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"
3040
},
3141
"devDependencies": {
3242
"@svgr/rollup": "^4.3.0",

0 commit comments

Comments
 (0)