Skip to:
Content

BuddyPress.org

Changeset 12135 for trunk/package.json


Ignore:
Timestamp:
05/27/2018 11:09:07 AM (6 years ago)
Author:
netweb
Message:

Build/Test Tools: Add Autoprefixer

Fixes #7791.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r12097 r12135  
    66    "description": "BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!",
    77    "devDependencies": {
     8        "@wordpress/browserslist-config": "~2.1.4",
     9        "autoprefixer": "~8.5.1",
    810        "grunt": "^1.0.2",
    911        "grunt-check-dependencies": "~1.0.0",
     
    2022        "grunt-legacy-util": "^1.0.0",
    2123        "grunt-patch-wordpress": "~0.4.2",
     24        "grunt-postcss": "~0.9.0",
    2225        "grunt-rtlcss": "~2.0.1",
    2326        "grunt-sass": "~2.0.0",
     
    2528        "grunt-wp-i18n": "^1.0.2",
    2629        "matchdep": "~1.0.1",
    27         "postcss-scss": "^1.0.5",
     30        "postcss-scss": "~1.0.5",
    2831        "stylelint": "~7.10.1",
    2932        "stylelint-config-wordpress": "~11.0.0"
     
    5053    },
    5154    "version": "3.0.0",
    52     "dependencies": {}
     55    "dependencies": {},
     56    "browserslist": [
     57        "extends @wordpress/browserslist-config"
     58    ]
    5359}
Note: See TracChangeset for help on using the changeset viewer.