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. 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