From e9518ea0d56419c9a3315020c9aafdd4785c4d08 Mon Sep 17 00:00:00 2001 From: Joel Dodge Date: Tue, 29 Jun 2021 16:26:11 -0700 Subject: [PATCH] chore: publish prep for api-explorer, code-editor, run-it (#721) --- packages/api-explorer/package.json | 2 +- packages/code-editor/package.json | 2 +- packages/run-it/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/api-explorer/package.json b/packages/api-explorer/package.json index 22de39dc9..22cc69a4b 100644 --- a/packages/api-explorer/package.json +++ b/packages/api-explorer/package.json @@ -8,7 +8,7 @@ "typings": "lib/index.d.ts", "license": "MIT", "author": "Looker", - "private": true, + "private": false, "repository": { "type": "git", "url": "git+https://github.com/looker-open-source/sdk-codegen.git", diff --git a/packages/code-editor/package.json b/packages/code-editor/package.json index 7b716c04d..51ce1263c 100644 --- a/packages/code-editor/package.json +++ b/packages/code-editor/package.json @@ -11,7 +11,7 @@ ], "author": "Looker", "license": "MIT", - "private": true, + "private": false, "repository": { "type": "git", "url": "git+https://github.com/looker-open-source/sdk-codegen.git", diff --git a/packages/run-it/package.json b/packages/run-it/package.json index 74b48c7db..63083aacd 100644 --- a/packages/run-it/package.json +++ b/packages/run-it/package.json @@ -11,7 +11,7 @@ ], "author": "Looker", "license": "MIT", - "private": true, + "private": false, "repository": { "type": "git", "url": "git+https://github.com/looker-open-source/sdk-codegen.git",