Making WordPress.org

Ticket #2460: meta-2460.patch

File meta-2460.patch, 3.9 KB (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/package.json

     
    11{
    22    "name": "wporg-developer",
    3     "description": "Theme for developer.wordpress.org",
     3    "description": "Theme for WordPress.org Developer Resources",
    44    "repository": {
    55        "type": "svn",
    66        "url": "https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer"
    77    },
    88    "author": "wordpressdotorg",
    9     "license": "GPLv2 or later",
     9    "license": "GPL-2.0+",
    1010    "devDependencies": {
    1111        "grunt": "~0.4.5",
    1212        "grunt-contrib-watch": "~0.6.1",
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/package.json

     
    11{
    22  "name": "wporg-plugins",
    33  "version": "1.0.0",
    4   "description": "Theme for the WordPress.org Plugin Directory",
     4  "description": "Theme for WordPress.org Plugin Directory",
    55  "author": "wordpressdotorg",
    6   "license": "GPL-2.0",
     6  "license": "GPL-2.0+",
    77  "main": "index.php",
    88  "scripts": {
    99    "test": "echo \"Error: no test specified\" && exit 1"
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/package.json

     
    11{
    22  "name": "wporg-support",
    33  "version": "1.0.0",
    4   "description": "Support Forums",
     4  "description": "Theme for WordPress.org Support Forums",
    55  "main": "index.php",
    66  "scripts": {
    77    "test": "echo \"Error: no test specified\" && exit 1"
    88  },
    99  "author": "wordpressdotorg",
    10   "license": "GPL-2.0",
     10  "license": "GPL-2.0+",
    1111  "devDependencies": {
    1212    "grunt": "^1.0.1",
    1313    "grunt-contrib-watch": "^1.0.0",
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/package.json

     
    11{
    2   "name": "WordPress.org-Themes",
     2  "name": "wporg-themes",
    33  "version": "1.0.0",
    44  "description": "Theme for the WordPress.org themes 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": {
    1212    "grunt": "~0.4.5",
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/package.json

     
    33  "version": "1.0.0",
    44  "description": "Theme for WordPress.org",
    55  "author": "wordpressdotorg",
    6   "license": "GPL-2.0",
     6  "license": "GPL-2.0+",
    77  "scripts": {
    88    "test": "echo \"Error: no test specified\" && exit 1"
    99  },