Add missing package.json fields

This commit is contained in:
Fabio Berger
2018-03-09 09:48:49 +01:00
parent d42cdcfd43
commit 51e4a73439
2 changed files with 17 additions and 1 deletions

View File

@@ -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" "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", "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": { "devDependencies": {
"@0xproject/tslint-config": "^0.4.9", "@0xproject/tslint-config": "^0.4.9",
"@types/lodash": "^4.14.86", "@types/lodash": "^4.14.86",

View File

@@ -12,6 +12,14 @@
}, },
"author": "Fabio Berger", "author": "Fabio Berger",
"license": "Apache-2.0", "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": { "devDependencies": {
"@0xproject/tslint-config": "^0.4.9", "@0xproject/tslint-config": "^0.4.9",
"@types/lodash": "^4.14.86", "@types/lodash": "^4.14.86",