Update grunt-autoprefixer to 3.0.0

Two changes we need to know about:
* Aborts build if there is an exception thrown bu autoprefixer
* Less verbose output in standard mode

Major version seems to have been bumped due to change in annotation option which which we do not use.

Upstream Changes e30d2c5bfd...6f8dfe8840

See #31700


git-svn-id: https://develop.svn.wordpress.org/trunk@32357 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Aaron Jorbin 2015-05-05 21:29:04 +00:00
parent ee60ec1c23
commit e68f7765c1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"license": "GPLv2 or later",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "~2.2.0",
"grunt-autoprefixer": "~3.0.0",
"grunt-browserify": "^3.3.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",