8000 chore: Add Changesets by AdrianGonz97 · Pull Request #70 · sveltejs/cli · GitHub
[go: up one dir, main page]

Skip to content

chore: Add Changesets #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Oct 11, 2024
Prev Previous commit
Next Next commit
set private on template
  • Loading branch information
benmccann committed Oct 11, 2024
commit 796546f91ec254071ca70285845f1da1a4aad7d9
1 change: 1 addition & 0 deletions community-adder-template/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "community-adder-template",
"private": true,
"version": "0.0.0",
"license": "MIT",
"type": "module",
Expand Down
0