Skip to content

Commit

Permalink
chore: update package.json in templates (kubesphere#4280)
Browse files Browse the repository at this point in the history
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 16169d7 commit b148b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/bootstrap/extension/templates/js/package.json.tpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "{{extensionName}}",
"description": "{{description}}",
"author": "{{author}}",
"version": "1.0.0",
"description": "{{description}}",
"homepage": "",
"author": "{{author}}",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/extension/templates/ts/package.json.tpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "{{extensionName}}",
"description": "{{description}}",
"author": "{{author}}",
"version": "1.0.0",
"description": "{{description}}",
"homepage": "",
"author": "{{author}}",
"main": "dist/index.js",
"files": [
"dist"
Expand Down

0 comments on commit b148b89

Please sign in to comment.