Use react-sdk develop as email notifs needs it

pull/1518/head
David Baker 2016-05-10 17:35:35 +02:00
parent c64f71a3cb
commit 4f64f70a12
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
{
"default_hs_url": "https://matrix.org",
"default_is_url": "https://vector.im"
"default_is_url": "https://vector.im",
"integrations_ui_url": "http://localhost:8081/",
"integrations_rest_url": "http://localhost:5050"
}

View File

@ -42,7 +42,7 @@
"highlight.js": "^9.0.0",
"linkifyjs": "^2.0.0-beta.4",
"matrix-js-sdk": "^0.5.2",
"matrix-react-sdk": "^0.5.2",
"matrix-react-sdk": "matrix-org/matrix-react-sdk#develop",
"modernizr": "^3.1.0",
"q": "^1.4.1",
"react": "^15.0.1",