Add autoprefixer to dependencies

This commit is contained in:
David Erwin
2016-11-08 13:09:09 -05:00
parent 2807b2d5b2
commit 242e64198a
+3 -2
View File
@@ -42,12 +42,13 @@
},
"homepage": "https://github.com/coralproject/talk#readme",
"dependencies": {
"autoprefixer": "^6.5.2",
"body-parser": "^1.15.2",
"debug": "^2.2.0",
"express": "^4.14.0",
"mongoose": "^4.6.5",
"uuid": "^2.0.3",
"morgan": "^1.7.0"
"morgan": "^1.7.0",
"uuid": "^2.0.3"
},
"devDependencies": {
"babel-core": "6.14.0",