Added missing dependency for Autoprefixer in package.json

This commit is contained in:
Tetsuro
2015-08-27 00:21:28 -04:00
parent ada2a87d8c
commit d4c1429ea7

View File

@@ -2,6 +2,7 @@
"name": "liquid-docs",
"version": "0.1.0",
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"grunt": "~0.4.1",
"grunt-autoprefixer": "^3.0.3",
"grunt-concurrent": "^1.0.0",