diff options
Diffstat (limited to 'packages/react-docs/package.json')
-rw-r--r-- | packages/react-docs/package.json | 10 |
1 files changed, 9 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", |