Skip to content

Commit

Permalink
Add mirror repo for new CLI (#41064)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored Jan 15, 2025
1 parent 8cb89d6 commit a3b5512
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: added
Comment: No functionality change, adding mirror repo info


17 changes: 6 additions & 11 deletions projects/js-packages/jetpack-cli/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@
"require-dev": {
"automattic/jetpack-changelogger": "@dev"
},
"autoload": {
"classmap": [
"src/"
]
},
"scripts": {
"test-js": [
"echo 'no tests yet'"
]
},
"repositories": [
{
"type": "path",
Expand All @@ -27,5 +17,10 @@
}
],
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"extra": {
"mirror-repo": "Automattic/jetpack-cli",
"npmjs-autopublish": true,
"autotagger": true
}
}
9 changes: 9 additions & 0 deletions projects/js-packages/jetpack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
"bin": {
"jp": "bin/jp.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git",
"directory": "projects/js-packages/jetpack-cli"
},
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[JS Package] Jetpack Cli"
},
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/jetpack-cli/#readme",
"files": [
"bin"
],
Expand Down

0 comments on commit a3b5512

Please sign in to comment.