Add autoprefixer to package.json

This commit is contained in:
Josh Lockhart
2015-09-27 19:34:19 -04:00
parent 8a766a21a9
commit 23f7c1e8bd

View File

@@ -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"
}
}