mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
10decf95f6
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"; }' ``` |
||
---|---|---|
.. | ||
app-tests | ||
unit-tests/notifications | ||
.eslintrc.js | ||
all-tests.js | ||
skin-sdk.js | ||
test-utils.js |