diff options
author | Gary Pendergast <pento@git.wordpress.org> | 2018-04-05 07:15:25 +0000 |
---|---|---|
committer | Gary Pendergast <pento@git.wordpress.org> | 2018-04-05 07:15:25 +0000 |
commit | dc2491933996e7b903db5aaa7417aef4a46cc32b (patch) | |
tree | 886628fcee093be27e2d94797f565e04b78a53ad /composer.json | |
parent | aee223f09701f309422cb49d23fa83aba7a186e0 (diff) | |
download | wordpress-dc2491933996e7b903db5aaa7417aef4a46cc32b.tar.gz wordpress-dc2491933996e7b903db5aaa7417aef4a46cc32b.zip |
Build Tools: Update the description in package.json and composer.json.
The description now matches the tagline on the front page of WordPress.org.
Props ocean90.
Fixes #43558.
git-svn-id: https://develop.svn.wordpress.org/trunk@42961 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 623392c5ca..a95151612a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "wordpress/wordpress", "license": "GPL-2.0-or-later", - "description": "WordPress is web software you can use to create a beautiful website or blog.", + "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org", "keywords": [ "blog", "cms", "wordpress", "wp" |