From 1e826197078b11c9fa7e46bc37ef6eddd72a83ef Mon Sep 17 00:00:00 2001 From: Jonny Reeves Date: Tue, 7 May 2019 09:58:34 +0100 Subject: [PATCH] Set package publishing scope to public on client packages --- client/grpc-web-fake-transport/package.json | 3 +++ client/grpc-web-node-http-transport/package.json | 3 +++ client/grpc-web/package.json | 3 +++ 3 files changed, 9 insertions(+) diff --git a/client/grpc-web-fake-transport/package.json b/client/grpc-web-fake-transport/package.json index 6bad81c2..f01d3b07 100644 --- a/client/grpc-web-fake-transport/package.json +++ b/client/grpc-web-fake-transport/package.json @@ -9,6 +9,9 @@ "build": "tsc", "test": "jest" }, + "publishConfig": { + "access": "public" + }, "author": "", "license": "Apache-2.0", "peerDependencies": { diff --git a/client/grpc-web-node-http-transport/package.json b/client/grpc-web-node-http-transport/package.json index c2348fbf..5196ca62 100644 --- a/client/grpc-web-node-http-transport/package.json +++ b/client/grpc-web-node-http-transport/package.json @@ -12,6 +12,9 @@ "postbootstrap": "npm run build", "build": "tsc" }, + "publishConfig": { + "access": "public" + }, "author": "Improbable", "license": "Apache-2.0", "peerDependencies": { diff --git a/client/grpc-web/package.json b/client/grpc-web/package.json index ac0c8e18..0de13255 100644 --- a/client/grpc-web/package.json +++ b/client/grpc-web/package.json @@ -10,6 +10,9 @@ "postbootstrap": "npm run lib:build", "lib:build": "npm run clean && webpack" }, + "publishConfig": { + "access": "public" + }, "author": "Improbable", "license": "Apache-2.0", "repository": {