This commit is contained in:
Jaco
2022-01-01 09:45:20 +01:00
committed by GitHub
parent 4c3b99c9c6
commit a5e321f78f
59 changed files with 235 additions and 60 deletions
@@ -1,10 +1,12 @@
// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { packageInfo as sharedInfo } from '@polkadot/ui-shared/packageInfo';
// Do not edit, auto-generated by @polkadot/dev
import { detectPackage } from '@polkadot/util';
import __dirname from './cjs/dirname';
import dirname from './cjs/dirname';
import others from './detectOther';
import { packageInfo } from './packageInfo';
detectPackage(packageInfo, typeof __dirname !== 'undefined' && __dirname, [sharedInfo]);
detectPackage(packageInfo, dirname, others);