diff --git a/ghost/members-gateway-protocol/package.json b/ghost/members-gateway-protocol/package.json index 94cda85071..8eeb1a3118 100644 --- a/ghost/members-gateway-protocol/package.json +++ b/ghost/members-gateway-protocol/package.json @@ -25,5 +25,8 @@ "bluebird": "^3.5.4", "ghost-ignition": "^3.1.0", "lodash": "^4.17.11" + }, + "publishConfig": { + "access": "public" } }