From 2954dc0041c34fd8d45d6b596451cae08e3ea3c1 Mon Sep 17 00:00:00 2001 From: Sam Peterson Date: Mon, 21 Apr 2025 13:16:45 +0200 Subject: [PATCH 1/2] CHANGE: Update readme to reflect recent migration to tsdown. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a90d875..a66eb7f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Build your own open-source project today! 🚀 - **Vitest**: A modern test runner built on top of Vite. - **Biome**: Biome statically analyzes your code to find issues and formats your code with a consistent, opinionated style. - **GitHub Actions**: Automate your workflow from idea to production. -- **tsup** - Zero-config bundler for tiny TypeScript libraries. +- **tsdown** - Simple to config bundler powered by rolldown. - **Changeset** - A way to manage your versioning and changelog with a focus on monorepos. - **pnpm workspaces** - A way to manage multiple packages in a single repository. From 06c203534c893fbc73a7c23cc85edfb8f8f6b31b Mon Sep 17 00:00:00 2001 From: Sam Peterson Date: Mon, 21 Apr 2025 13:21:38 +0200 Subject: [PATCH 2/2] CHANGE: Ran lint which fixed un-touched file on branch. --- packages/open-source-stack/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/open-source-stack/package.json b/packages/open-source-stack/package.json index 3c21cca..d4c6e50 100644 --- a/packages/open-source-stack/package.json +++ b/packages/open-source-stack/package.json @@ -41,9 +41,7 @@ "bugs": { "url": "https://github.com/forge-42/open-source-stack/issues" }, - "files": [ - "dist" - ], + "files": ["dist"], "homepage": "https://github.com/forge-42/open-source-stack#readme", "publishConfig": { "provenance": true