mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-02 15:37:30 +00:00
15c03c0aff
* Detection for mismatched monorepo deps * Bump common
10 lines
374 B
TypeScript
10 lines
374 B
TypeScript
// Copyright 2017-2021 @polkadot/ui-keyring authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import { packageInfo as settingsInfo } from '@polkadot/ui-settings/packageInfo';
|
|
import { detectPackage } from '@polkadot/util';
|
|
|
|
import { packageInfo } from './packageInfo';
|
|
|
|
detectPackage(packageInfo, typeof __dirname !== 'undefined' && __dirname, [settingsInfo]);
|