Changeset 6831 for trunk/package.json
- Timestamp:
- 07/05/2018 05:56:57 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/package.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.json
r6799 r6831 8 8 "@wordpress/browserslist-config": "~2.1.3", 9 9 "autoprefixer": "~8.2.0", 10 "grunt": " ~1.0.1",10 "grunt": "^1.0.3", 11 11 "grunt-check-dependencies": "~1.0.0", 12 12 "grunt-checktextdomain": "~1.0.1", … … 16 16 "grunt-contrib-jshint": "~1.1.0", 17 17 "grunt-contrib-uglify": "~3.0.1", 18 "grunt-contrib-watch": " ~1.0.0",18 "grunt-contrib-watch": "^1.1.0", 19 19 "grunt-exec": "~2.0.0", 20 20 "grunt-jsvalidate": "~0.2.2", 21 "grunt-legacy-util": " ~1.0.0",22 "grunt-patch-wordpress": " ~0.4.2",21 "grunt-legacy-util": "^1.1.1", 22 "grunt-patch-wordpress": "^1.0.0", 23 23 "grunt-postcss": "~0.8.0", 24 24 "grunt-rtlcss": "~2.0.1", 25 "grunt-sass": " ~2.0.0",25 "grunt-sass": "^3.0.0", 26 26 "grunt-stylelint": "~0.8.0", 27 27 "grunt-wp-i18n": "~1.0.0", … … 52 52 "browserslist": [ 53 53 "extends @wordpress/browserslist-config" 54 ] 54 ], 55 "dependencies": { 56 "node-sass": "^4.9.1" 57 } 55 58 }
Note: See TracChangeset
for help on using the changeset viewer.