Skip to content

Commit 44479f0

Browse files
Update package.json
1 parent e95b76e commit 44479f0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,21 @@
33
"version": "1.1.3",
44
"description": "ReactDatatable is a component which provide ability to create multifunctional table using single component like jQuery Datatable",
55
"main": "./lib/index.js",
6-
"author": "Ashvin Patel",
6+
"author": {
7+
"name": "Ashvin Patel",
8+
"email": "[email protected]",
9+
"url": "https://github.com/ashvin27"
10+
},
711
"license": "MIT",
12+
"homepage": "https://github.com/ashvin27/react-datatable/blob/master/README.md",
13+
"bugs": {
14+
"url" : "https://github.com/ashvin27/react-datatable/issues",
15+
"email" : "[email protected]"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/ashvin27/react-datatable.git"
20+
},
821
"scripts": {
922
"test": "echo \"Error: no test specified\" && exit 1",
1023
"start": "webpack --watch",

0 commit comments

Comments
 (0)