Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #11 from danielbachhuber/patch-1
Browse files Browse the repository at this point in the history
Use "type": "wp-cli-package" to designate this as a WP-CLI package
  • Loading branch information
billerickson committed Oct 20, 2016
2 parents 8bb3381 + ae7f35c commit 2be8cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
@@ -1,6 +1,7 @@
{
"name": "billerickson/wp-cli-plugin-install-missing",
"description": "Install any plugins that are active but missing.",
"type": "wp-cli-package",
"homepage": "https://github.com/billerickson/wp-cli-plugin-install-missing",
"license": "MIT",
"require": {
Expand All @@ -9,4 +10,4 @@
"autoload": {
"files": [ "wp-cli-plugin-install-missing.php" ]
}
}
}

0 comments on commit 2be8cca

Please sign in to comment.