Use "type": "wp-cli-package" to designate this as a WP-CLI package

This commit is contained in:
Daniel Bachhuber 2016-10-20 06:59:34 -07:00 committed by GitHub
parent cd084926e1
commit 238d3f598f

View file

@ -1,7 +1,7 @@
{
"name": "JayWood/jw-wpcli-random-posts",
"description": "A robust random post generator for WP CLI which supports multisite, post types, post counts, taxonomies, terms, term counts and featured images.",
"type": "command",
"type": "wp-cli-package",
"keywords": ["wp-cli", "wordpress", "placeholder", "random posts"],
"homepage": "http://plugish.com",
"license": "GPLv2",
@ -18,4 +18,4 @@
"autoload": {
"files": ["generate-posts.php"]
}
}
}