Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 1 addition & 3 deletions packages/open-source-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down