diff --git a/.github/action-release/rsync-filter.txt b/.github/action-release/rsync-filter.txt index 6e8c84c6f..5570b782c 100644 --- a/.github/action-release/rsync-filter.txt +++ b/.github/action-release/rsync-filter.txt @@ -13,7 +13,6 @@ - LICENSE.md - PULL_REQUEST_TEMPLATE.md - /bin/ -- composer.json - composer.lock - /node_modules/ - package-lock.json diff --git a/composer.json b/composer.json index d790ff3bf..4ba72160b 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,8 @@ "email": "info@10up.com" } ], + "type": "wordpress-plugin", + "license": "MIT", "require": { "php": ">=7.0", "yahnis-elsts/plugin-update-checker": "^4.4"