Ticket #2460: meta-2460.patch
File meta-2460.patch, 3.9 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/package.json
1 1 { 2 2 "name": "wporg-developer", 3 "description": "Theme for developer.wordpress.org",3 "description": "Theme for WordPress.org Developer Resources", 4 4 "repository": { 5 5 "type": "svn", 6 6 "url": "https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer" 7 7 }, 8 8 "author": "wordpressdotorg", 9 "license": "GPL v2 or later",9 "license": "GPL-2.0+", 10 10 "devDependencies": { 11 11 "grunt": "~0.4.5", 12 12 "grunt-contrib-watch": "~0.6.1", -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/package.json
1 1 { 2 2 "name": "wporg-plugins", 3 3 "version": "1.0.0", 4 "description": "Theme for theWordPress.org Plugin Directory",4 "description": "Theme for WordPress.org Plugin Directory", 5 5 "author": "wordpressdotorg", 6 "license": "GPL-2.0 ",6 "license": "GPL-2.0+", 7 7 "main": "index.php", 8 8 "scripts": { 9 9 "test": "echo \"Error: no test specified\" && exit 1" -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/package.json
1 1 { 2 2 "name": "wporg-support", 3 3 "version": "1.0.0", 4 "description": " Support Forums",4 "description": "Theme for WordPress.org Support Forums", 5 5 "main": "index.php", 6 6 "scripts": { 7 7 "test": "echo \"Error: no test specified\" && exit 1" 8 8 }, 9 9 "author": "wordpressdotorg", 10 "license": "GPL-2.0 ",10 "license": "GPL-2.0+", 11 11 "devDependencies": { 12 12 "grunt": "^1.0.1", 13 13 "grunt-contrib-watch": "^1.0.0", -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/package.json
1 1 { 2 "name": " WordPress.org-Themes",2 "name": "wporg-themes", 3 3 "version": "1.0.0", 4 4 "description": "Theme for the WordPress.org themes directory.", 5 5 "repository": { … … 6 6 "type": "svn", 7 7 "url": "https://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes" 8 8 }, 9 "author": " The WordPress.org Team",9 "author": "wordpressdotorg", 10 10 "license": "GPL-2.0+", 11 11 "devDependencies": { 12 12 "grunt": "~0.4.5", -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/package.json
3 3 "version": "1.0.0", 4 4 "description": "Theme for WordPress.org", 5 5 "author": "wordpressdotorg", 6 "license": "GPL-2.0 ",6 "license": "GPL-2.0+", 7 7 "scripts": { 8 8 "test": "echo \"Error: no test specified\" && exit 1" 9 9 },