mirror of https://github.com/vector-im/riot-web
a06bd84213
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"; }' ``` |
||
---|---|---|
.. | ||
components | ||
i18n | ||
img | ||
stores | ||
utils | ||
.eslintrc.js | ||
all-tests.js | ||
mock-clock.js | ||
skinned-sdk.js | ||
test-utils.js |