Making WordPress.org


Ignore:
Timestamp:
01/11/2018 06:52:58 PM (7 years ago)
Author:
obenland
Message:

Themes: Sync Theme Dir styles with Plugin Dir

Brings details like button color or link decorations in sync with recent updates to w.org.

Props Shital Patel for initial patch.
Fixes #3297, #3298.

File:
1 edited

Legend:

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

    r5069 r6347  
    33  "version": "1.0.0",
    44  "description": "Theme for the WordPress Theme Directory.",
     5  "author": "wordpressdotorg",
     6  "license": "GPL-2.0+",
     7  "scripts": {
     8    "test": "echo \"Error: no test specified\" && exit 1"
     9  },
    510  "repository": {
    611    "type": "svn",
    712    "url": "https://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes"
    813  },
    9   "author": "wordpressdotorg",
    10   "license": "GPL-2.0+",
    1114  "devDependencies": {
    12     "grunt": "~0.4.5",
    13     "grunt-contrib-uglify": "~0.9.1",
    14     "grunt-rtlcss": "~1.6.0",
    15     "matchdep": "~0.3.0"
     15    "autoprefixer": "^6.3.6",
     16    "cssnano": "^3.7.4",
     17    "grunt": "^1.0.1",
     18    "grunt-contrib-jshint": "^1.0.0",
     19    "grunt-contrib-watch": "^1.0.0",
     20    "grunt-postcss": "^0.8.0",
     21    "grunt-rtlcss": "^2.0.1",
     22    "grunt-sass": "^1.2.0",
     23    "grunt-sass-globbing": "^1.5.1",
     24    "pixrem": "^3.0.2",
     25    "es6-promise": "~4.0.5"
    1626  }
    1727}
Note: See TracChangeset for help on using the changeset viewer.