diff options
Diffstat (limited to 'packages/react-shared')
-rw-r--r-- | packages/react-shared/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
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", |