From 13b7f536e84e972dd733659f10ad6808a814637e Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Thu, 18 Apr 2019 12:21:56 +0200 Subject: [PATCH] Enabled public access for members-gateway-protocol --- ghost/members-gateway-protocol/package.json | 3 +++ 1 file changed, 3 insertions(+) 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" } }