Skip to content

Commit 78f1317

Browse files
authored
Merge pull request #386 from objectstack-ai/copilot/remove-published-examples
2 parents 2b5443a + d18825e commit 78f1317

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.changeset/config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": [
11-
"@examples/*"
11+
"@object-ui/example-*",
12+
"@object-ui/console",
13+
"@object-ui/site"
1214
]
1315
}

apps/console/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "@object-ui/console",
33
"version": "0.5.0",
4+
"private": true,
45
"description": "ObjectStack Console - The standard runtime UI for ObjectStack applications",
5-
"publishConfig": {
6-
"access": "public"
7-
},
86
"type": "module",
97
"main": "./plugin.js",
108
"exports": {

0 commit comments

Comments
 (0)