mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 16:51:04 +00:00
Bump deps (#290)
This commit is contained in:
@@ -7,13 +7,8 @@ import { detectPackage } from '@polkadot/util';
|
||||
import keyring, { Keyring } from './Keyring';
|
||||
import Ledger from './ledger';
|
||||
|
||||
// eslint-disable-next-line no-useless-catch
|
||||
try {
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
detectPackage(require('./package.json'), __dirname);
|
||||
} catch (error) {
|
||||
throw error;
|
||||
}
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
detectPackage(require('./package.json'), typeof __dirname !== 'undefined' && __dirname);
|
||||
|
||||
export default keyring;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user