Skip to content

Commit 928b045

Browse files
authored
chore(ci): add missing repository in package.json (#5057)
1 parent 4676604 commit 928b045

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

packages/@ionic/cli-framework-output/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
"LICENSE",
1515
"README.md"
1616
],
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/ionic-team/ionic-cli.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/ionic-team/ionic-cli/issues"
23+
},
1724
"scripts": {
1825
"clean": "rimraf dist",
1926
"lint": "true",

packages/@ionic/cli-framework-prompts/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
"LICENSE",
1515
"README.md"
1616
],
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/ionic-team/ionic-cli.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/ionic-team/ionic-cli/issues"
23+
},
1724
"scripts": {
1825
"clean": "rimraf dist",
1926
"lint": "true",

packages/@ionic/cli-framework/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"engines": {
1010
"node": ">=16.0.0"
1111
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/ionic-team/ionic-cli.git"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/ionic-team/ionic-cli/issues"
18+
},
1219
"scripts": {
1320
"clean": "rimraf index.* definitions.* errors.* guards.* lib utils",
1421
"lint": "true",

0 commit comments

Comments
 (0)