We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eccb38 commit 478241cCopy full SHA for 478241c
package.json
@@ -4,6 +4,8 @@
4
"description": "Declarative JSON-LD Structured Data for ReactJS Apps",
5
"author": "Ben Taylor <[email protected]>",
6
"private": false,
7
+ "homepage": "https://bentaylor2.github.io/react-structured-data/",
8
+ "license": "MIT",
9
"keywords": [
10
"react",
11
"React",
@@ -18,9 +20,13 @@
18
20
"seo",
19
21
"react-component"
22
],
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/bentaylor2/react-structured-data.git"
26
+ },
27
"dependencies": {
28
"prop-types": "^15.6.0",
- "react": "^16.2.0",
29
+ "react": "^16.2.0"
30
},
31
"devDependencies": {
32
"autoprefixer": "7.1.6",
0 commit comments