Add velocity as a dep

As we now use it from vector, so we shouldn't rely on it being
pulled in via react-sdk
pull/4209/head
David Baker 2017-06-06 14:00:36 +01:00
parent e30fcdba4c
commit d06934c5f6
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@
"react-gemini-scrollbar": "matrix-org/react-gemini-scrollbar#5e97aef",
"sanitize-html": "^1.11.1",
"ua-parser-js": "^0.7.10",
"url": "^0.11.0"
"url": "^0.11.0",
"velocity-vector": "vector-im/velocity#059e3b2"
},
"devDependencies": {
"autoprefixer": "^6.6.0",