Skip to content

Commit 066858d

Browse files
committed
Renamed composer package name to composer-packages.json to avoid confusion with npm package.json
1 parent f9d3e89 commit 066858d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/update_composer_package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ usage() {
2323
echo " With custom package name and description:"
2424
echo " $0 '0.0.5' 'https://example.com/plugin.zip' 'wpengine/my-plugin' 'My custom plugin description'"
2525
echo ""
26-
echo "Note: Updates plugins/package.json file"
26+
echo "Note: Updates plugins/composer-packages.json file"
2727
exit 1
2828
}
2929

@@ -38,7 +38,7 @@ VERSION="$1"
3838
RELEASE_URL="$2"
3939
PACKAGE_NAME="$3"
4040
DESCRIPTION="$4"
41-
COMPOSER_FILE="plugins/package.json"
41+
COMPOSER_FILE="plugins/composer-packages.json"
4242

4343
# Function to extract package name from release URL
4444
extract_package_name() {

0 commit comments

Comments
 (0)