aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/react-docs/package.json10
-rw-r--r--packages/react-shared/package.json8
2 files changed, 17 insertions, 1 deletions
diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json
index 1328faac6..d36b139a9 100644
--- a/packages/react-docs/package.json
+++ b/packages/react-docs/package.json
@@ -14,7 +14,15 @@
"deploy_example": "npm run build:example; aws s3 sync ./example/public/. s3://react-docs-example --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers"
},
"author": "Fabio Berger",
- "license": "MIT",
+ "license": "Apache-2.0",
+ "bugs": {
+ "url": "https://github.com/0xProject/0x-monorepo/issues"
+ },
+ "homepage": "https://github.com/0xProject/0x-monorepo/packages/react-docs/README.md",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/0xProject/0x-monorepo.git"
+ },
"devDependencies": {
"@0xproject/tslint-config": "^0.4.9",
"@types/lodash": "^4.14.86",
diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json
index 368e1acc9..adfbce52c 100644
--- a/packages/react-shared/package.json
+++ b/packages/react-shared/package.json
@@ -12,6 +12,14 @@
},
"author": "Fabio Berger",
"license": "Apache-2.0",
+ "bugs": {
+ "url": "https://github.com/0xProject/0x-monorepo/issues"
+ },
+ "homepage": "https://github.com/0xProject/0x-monorepo/packages/react-shared/README.md",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/0xProject/0x-monorepo.git"
+ },
"devDependencies": {
"@0xproject/tslint-config": "^0.4.9",
"@types/lodash": "^4.14.86",