Skip to content

Commit

Permalink
feat: set app templates to private by default (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: CokaKoala <31664583+AdrianGonz97@users.noreply.github.com>
  • Loading branch information
manuel3108 and AdrianGonz97 authored Dec 3, 2024
1 parent 9563557 commit 622e856
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-bugs-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

feat: set app templates to `private` by default
1 change: 1 addition & 0 deletions packages/create/templates/demo/package.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "~TODO~",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/create/templates/minimal/package.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "~TODO~",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 622e856

Please sign in to comment.