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
This commit is contained in:
Gary Pendergast 2018-04-05 07:15:25 +00:00
parent aee223f097
commit dc24919339
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "wordpress/wordpress", "name": "wordpress/wordpress",
"license": "GPL-2.0-or-later", "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", "homepage": "https://wordpress.org",
"keywords": [ "keywords": [
"blog", "cms", "wordpress", "wp" "blog", "cms", "wordpress", "wp"

View File

@ -1,7 +1,7 @@
{ {
"name": "WordPress", "name": "WordPress",
"version": "5.0.0", "version": "5.0.0",
"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.",
"repository": { "repository": {
"type": "svn", "type": "svn",
"url": "https://develop.svn.wordpress.org/trunk" "url": "https://develop.svn.wordpress.org/trunk"