Changeset 7254 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/package.json
- Timestamp:
- 05/31/2018 11:15:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/package.json
r7185 r7254 10 10 "license": "GPL-2.0-or-later", 11 11 "devDependencies": { 12 "@wordpress/browserslist-config": "~2.1. 3",13 "autoprefixer": "~8. 4.1",12 "@wordpress/browserslist-config": "~2.1.4", 13 "autoprefixer": "~8.5.2", 14 14 "grunt": "~1.0.2", 15 "grunt-contrib-watch": "~1. 0.1",15 "grunt-contrib-watch": "~1.1.0", 16 16 "grunt-postcss": "~0.9.0", 17 17 "grunt-rtlcss": "~2.0.1", 18 18 "grunt-sass": "~2.1.0", 19 "grunt-stylelint": " ^0.10.0",19 "grunt-stylelint": "~0.10.0", 20 20 "postcss-scss": "~1.0.5", 21 "stylelint": " ^9.2.0",22 "stylelint-config-wordpress": " ^13.0.0"21 "stylelint": "~9.2.1", 22 "stylelint-config-wordpress": "~13.0.0" 23 23 }, 24 24 "engines": { 25 "node": ">=8.9.3" 25 "node": ">=8.11.2", 26 "npm": ">=6.1.0" 26 27 }, 27 28 "browserslist": [
Note: See TracChangeset
for help on using the changeset viewer.