diff --git a/.changeset/config.json b/.changeset/config.json index 720acf5..7eed1d2 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,11 +1,11 @@ { - "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": true, - "fixed": [], - "linked": [], - "access": "public", - "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": [] -} \ No newline at end of file + "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": true, + "fixed": [], + "linked": [], + "access": "public", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": [] +} diff --git a/package.json b/package.json index 7786991..12c0b21 100644 --- a/package.json +++ b/package.json @@ -49,13 +49,8 @@ "bugs": { "url": "https://github.com/forge42dev/open-source-stack/issues" }, - "files": [ - "dist" - ], - "workspaces": [ - ".", - "test-apps/*" - ], + "files": ["dist"], + "workspaces": [".", "test-apps/*"], "homepage": "https://github.com/forge42dev/open-source-stack#readme", "devDependencies": { "@arethetypeswrong/cli": "^0.15.4", @@ -83,4 +78,4 @@ "engines": { "node": ">=20.0.0" } -} \ No newline at end of file +}