Skip to content

Commit 2abe507

Browse files
authored
Merge pull request #17 from s-petey/fix/update-readme
CHORE: Update readme to reflect recent migration to tsdown.
2 parents f86cbaa + 06c2035 commit 2abe507

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Build your own open-source project today! 🚀
2323
- **Vitest**: A modern test runner built on top of Vite.
2424
- **Biome**: Biome statically analyzes your code to find issues and formats your code with a consistent, opinionated style.
2525
- **GitHub Actions**: Automate your workflow from idea to production.
26-
- **tsup** - Zero-config bundler for tiny TypeScript libraries.
26+
- **tsdown** - Simple to config bundler powered by rolldown.
2727
- **Changeset** - A way to manage your versioning and changelog with a focus on monorepos.
2828
- **pnpm workspaces** - A way to manage multiple packages in a single repository.
2929

packages/open-source-stack/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@
4141
"bugs": {
4242
"url": "https://github.com/forge-42/open-source-stack/issues"
4343
},
44-
"files": [
45-
"dist"
46-
],
44+
"files": ["dist"],
4745
"homepage": "https://github.com/forge-42/open-source-stack#readme",
4846
"publishConfig": {
4947
"provenance": true

0 commit comments

Comments
 (0)