From e68f7765c1dad0a91ca085b38cbea0588784271a Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 5 May 2015 21:29:04 +0000 Subject: [PATCH] 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 https://github.com/nDmitry/grunt-autoprefixer/compare/e30d2c5bfda027e1e196a640010e05aabca329c6...6f8dfe8840c48a394da478c553eb4748c4ffc79b See #31700 git-svn-id: https://develop.svn.wordpress.org/trunk@32357 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1a5137256..c985c9c1d1 100644 --- a/package.json +++ b/package.json @@ -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",