element-web/src
Richard van der Hoff 10decf95f6 replace imports of `q` with bluebird
update `package.json`

```
find src test -name '*.js' |
    xargs perl -i -pe 'if (/require\(.[qQ].\)/) { $_ = "import Promise from '\''bluebird'\'';\n"; }'

find src test -name '*.js' |
    xargs perl -i -pe 'if (/import [qQ] /) { $_ = "import Promise from '\''bluebird'\'';\n"; }'
```
2017-07-13 00:48:31 +01:00
..
components replace imports of `q` with bluebird 2017-07-13 00:48:31 +01:00
i18n/strings Remove spurious comma 2017-07-11 17:35:25 +01:00
notifications Translate notification strings 2017-05-30 17:39:41 +01:00
skins/vector Make CSS more generic 2017-07-10 19:32:25 +01:00
utils PR feedback 2016-12-16 16:24:24 +00:00
vector replace imports of `q` with bluebird 2017-07-13 00:48:31 +01:00
VectorConferenceHandler.js replace imports of `q` with bluebird 2017-07-13 00:48:31 +01:00
header copyrights for 2016 2016-01-07 04:17:56 +00:00