Skip to content

Commit

Permalink
chore: add private to package.json of extension templates (kubesphere…
Browse files Browse the repository at this point in the history
…#4292)

Signed-off-by: donniean <[email protected]>
Co-authored-by: donniean <[email protected]>
  • Loading branch information
ks-ci-bot and donniean authored Jul 15, 2024
1 parent a8d3bf0 commit a572f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/bootstrap/extension/templates/js/package.json.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "{{extensionName}}",
"version": "1.0.0",
"private": true,
"description": "{{description}}",
"homepage": "",
"author": "{{author}}",
Expand Down
1 change: 1 addition & 0 deletions packages/bootstrap/extension/templates/ts/package.json.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "{{extensionName}}",
"version": "1.0.0",
"private": true,
"description": "{{description}}",
"homepage": "",
"author": "{{author}}",
Expand Down

0 comments on commit a572f55

Please sign in to comment.