From 51e4a7343993aa14bacfa04b66e5f798dfe709e2 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 9 Mar 2018 09:48:49 +0100 Subject: Add missing package.json fields --- packages/react-docs/package.json | 10 +++++++++- packages/react-shared/package.json | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'packages') 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", -- cgit v1.2.3