Skip to content

Commit

Permalink
chore(ci): add missing repository in package.json (#5057)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltm authored Nov 7, 2023
1 parent 4676604 commit 928b045
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/@ionic/cli-framework-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionic-cli.git"
},
"bugs": {
"url": "https://github.com/ionic-team/ionic-cli/issues"
},
"scripts": {
"clean": "rimraf dist",
"lint": "true",
Expand Down
7 changes: 7 additions & 0 deletions packages/@ionic/cli-framework-prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionic-cli.git"
},
"bugs": {
"url": "https://github.com/ionic-team/ionic-cli/issues"
},
"scripts": {
"clean": "rimraf dist",
"lint": "true",
Expand Down
7 changes: 7 additions & 0 deletions packages/@ionic/cli-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionic-cli.git"
},
"bugs": {
"url": "https://github.com/ionic-team/ionic-cli/issues"
},
"scripts": {
"clean": "rimraf index.* definitions.* errors.* guards.* lib utils",
"lint": "true",
Expand Down

0 comments on commit 928b045

Please sign in to comment.