Making WordPress.org

Changeset 5069


Ignore:
Timestamp:
03/03/2017 09:44:34 PM (8 years ago)
Author:
coffee2code
Message:

Theme Directory Theme: Use consistent name, description, and author values in package.json.

Props SergeyBiryukov.
See #2460.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/package.json

    r1771 r5069  
    11{
    2   "name": "WordPress.org-Themes",
     2  "name": "wporg-themes",
    33  "version": "1.0.0",
    4   "description": "Theme for the WordPress.org themes directory.",
     4  "description": "Theme for the WordPress Theme Directory.",
    55  "repository": {
    66    "type": "svn",
    77    "url": "https://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes"
    88  },
    9   "author": "The WordPress.org Team",
     9  "author": "wordpressdotorg",
    1010  "license": "GPL-2.0+",
    1111  "devDependencies": {
Note: See TracChangeset for help on using the changeset viewer.