From a828cd9a9d2c401965a9ba05161d096e9d9ea728 Mon Sep 17 00:00:00 2001 From: Sami Jaber Date: Fri, 26 Jan 2024 12:29:17 -0400 Subject: [PATCH] Fix/chg (#1344) * f * f * f * f * fixerooni --- .changeset/config.json | 13 +++---------- e2e/e2e-app/output/vue/package.json | 1 + examples/basic/package.json | 1 + examples/talk/apps/output/react/package.json | 1 + examples/talk/apps/output/svelte/package.json | 1 + examples/talk/apps/package.json | 1 + examples/todo/package.json | 1 + 7 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 1628b948e5..f6feda3566 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -16,15 +16,8 @@ "@builder.io/mitosis-fiddle", "@builder.io/e2e-*", "@builder.io/*example*", - "@e2e-app/vue", - "@builder.io/basic-example", - "@builder.io/example-apps", - "@builder.io/talk-app-react", - "@builder.io/talk-app-svelte", - "@builder.io/todo-example", - "@builder.io/e2e-vue2", - "@builder.io/e2e-vue3", - "@builder.io/talk-react-server", - "@builder.io/talk-svelte-server" + "@e2e-app/*", + "@builder.io/talk*", + "@builder.io/e2e*" ] } diff --git a/e2e/e2e-app/output/vue/package.json b/e2e/e2e-app/output/vue/package.json index e0ccd485a8..c1b83ecc15 100644 --- a/e2e/e2e-app/output/vue/package.json +++ b/e2e/e2e-app/output/vue/package.json @@ -1,5 +1,6 @@ { "name": "@e2e-app/vue", + "private": true, "workspaces": [ "packages/**/*" ], diff --git a/examples/basic/package.json b/examples/basic/package.json index 465559e1c8..38a0527226 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,5 +1,6 @@ { "name": "@builder.io/basic-example", + "private": true, "scripts": { "mitosis": "mitosis build", "build": "yarn run mitosis", diff --git a/examples/talk/apps/output/react/package.json b/examples/talk/apps/output/react/package.json index 48775ad2c8..daf3ac4185 100644 --- a/examples/talk/apps/output/react/package.json +++ b/examples/talk/apps/output/react/package.json @@ -1,5 +1,6 @@ { "name": "@builder.io/talk-app-react", + "private": true, "type": "module", "files": [ "package", diff --git a/examples/talk/apps/output/svelte/package.json b/examples/talk/apps/output/svelte/package.json index 5290889039..46c668ecbd 100644 --- a/examples/talk/apps/output/svelte/package.json +++ b/examples/talk/apps/output/svelte/package.json @@ -1,5 +1,6 @@ { "name": "@builder.io/talk-app-svelte", + "private": true, "type": "module", "files": [ "package", diff --git a/examples/talk/apps/package.json b/examples/talk/apps/package.json index 7c8117b5f5..a8890bf26b 100644 --- a/examples/talk/apps/package.json +++ b/examples/talk/apps/package.json @@ -1,5 +1,6 @@ { "name": "@builder.io/example-apps", + "private": true, "scripts": { "start": "watch 'yarn run build' ./src", "build": "mitosis build --c mitosis.config.cjs", diff --git a/examples/todo/package.json b/examples/todo/package.json index 439122db47..e1a8da2c64 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -1,5 +1,6 @@ { "name": "@builder.io/todo-example", + "private": true, "scripts": { "build": "mitosis build", "lint": "eslint"