Skip to content

Commit

Permalink
Fix/chg (#1344)
Browse files Browse the repository at this point in the history
* f

* f

* f

* f

* fixerooni
  • Loading branch information
samijaber authored Jan 26, 2024
1 parent 8cb604e commit a828cd9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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*"
]
}
1 change: 1 addition & 0 deletions e2e/e2e-app/output/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@e2e-app/vue",
"private": true,
"workspaces": [
"packages/**/*"
],
Expand Down
1 change: 1 addition & 0 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@builder.io/basic-example",
"private": true,
"scripts": {
"mitosis": "mitosis build",
"build": "yarn run mitosis",
Expand Down
1 change: 1 addition & 0 deletions examples/talk/apps/output/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@builder.io/talk-app-react",
"private": true,
"type": "module",
"files": [
"package",
Expand Down
1 change: 1 addition & 0 deletions examples/talk/apps/output/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@builder.io/talk-app-svelte",
"private": true,
"type": "module",
"files": [
"package",
Expand Down
1 change: 1 addition & 0 deletions examples/talk/apps/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@builder.io/todo-example",
"private": true,
"scripts": {
"build": "mitosis build",
"lint": "eslint"
Expand Down

1 comment on commit a828cd9

@vercel
Copy link

@vercel vercel bot commented on a828cd9 Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.