js-sdk, not react-sdk

This commit is contained in:
David Baker 2017-01-12 17:14:51 +00:00
parent 4ca4441f77
commit 3706d6e32a

View File

@ -3,4 +3,4 @@ node_js:
- node # Latest stable version of nodejs.
install:
- npm install
- (cd node_modules/matrix-react-sdk && npm install)
- (cd node_modules/matrix-js-sdk && npm install)