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

@@ -98,5 +98,8 @@
"uuid": "^3.1.0",
"web3": "^0.20.0",
"web3-typescript-typings": "^0.10.0"
},
"publishConfig": {
"access": "public"
}
}