Add package.json publishConfig so that these packages are published as public.

This commit is contained in:
Fabio Berger
2018-03-08 16:57:09 +01:00
parent 03902b0b26
commit da277f5b27
17 changed files with 52 additions and 1 deletions

View File

@@ -12,5 +12,8 @@
"bugs": {
"url": "https://github.com/0xProject/0x-monorepo/issues"
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-typescript-typings#readme"
"homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-typescript-typings#readme",
"publishConfig": {
"access": "public"
}
}