From 23f7c1e8bd3cd104e6d55403d0966b3be0859735 Mon Sep 17 00:00:00 2001 From: Josh Lockhart Date: Sun, 27 Sep 2015 19:34:19 -0400 Subject: [PATCH] Add autoprefixer to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b4146fd8a..18b79f578 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "grunt": "~0.4.5", "grunt-contrib-less": "~1.0.1", "grunt-contrib-watch": "~0.6.1", - "grunt-postcss": "^0.6.0" + "grunt-postcss": "^0.6.0", + "autoprefixer": "^6.0.3" } }