Skip to content

Commit 478241c

Browse files
author
Ben Taylor
committed
adding some more info in package json
1 parent 4eccb38 commit 478241c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "Declarative JSON-LD Structured Data for ReactJS Apps",
55
"author": "Ben Taylor <[email protected]>",
66
"private": false,
7+
"homepage": "https://bentaylor2.github.io/react-structured-data/",
8+
"license": "MIT",
79
"keywords": [
810
"react",
911
"React",
@@ -18,9 +20,13 @@
1820
"seo",
1921
"react-component"
2022
],
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/bentaylor2/react-structured-data.git"
26+
},
2127
"dependencies": {
2228
"prop-types": "^15.6.0",
23-
"react": "^16.2.0",
29+
"react": "^16.2.0"
2430
},
2531
"devDependencies": {
2632
"autoprefixer": "7.1.6",

0 commit comments

Comments
 (0)