Skip to content

Commit

Permalink
✨ NEW: set private for created package
Browse files Browse the repository at this point in the history
  • Loading branch information
jycouet committed Dec 13, 2023
1 parent 8f957e0 commit 8850751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-kitql/templates/kit-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "create-kitql-kit-routes",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "create-kitql-sveltekit-remult",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 8850751

Please sign in to comment.