diff --git a/packages/react-identicon/src/detectOther.ts b/packages/react-identicon/src/detectOther.ts new file mode 100644 index 00000000..5e6aa2cc --- /dev/null +++ b/packages/react-identicon/src/detectOther.ts @@ -0,0 +1,7 @@ +// Copyright 2017-2021 @polkadot/react-identicon authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +import { packageInfo as settingsInfo } from '@polkadot/ui-settings/packageInfo'; +import { packageInfo as sharedInfo } from '@polkadot/ui-shared/packageInfo'; + +export default [settingsInfo, sharedInfo]; diff --git a/packages/reactnative-identicon/src/detectOther.ts b/packages/reactnative-identicon/src/detectOther.ts new file mode 100644 index 00000000..21e3c4ec --- /dev/null +++ b/packages/reactnative-identicon/src/detectOther.ts @@ -0,0 +1,6 @@ +// Copyright 2017-2021 @polkadot/reactnative-identicon authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +import { packageInfo as sharedInfo } from '@polkadot/ui-shared/packageInfo'; + +export default [sharedInfo]; diff --git a/packages/ui-keyring/src/detectOther.ts b/packages/ui-keyring/src/detectOther.ts new file mode 100644 index 00000000..ca1f797c --- /dev/null +++ b/packages/ui-keyring/src/detectOther.ts @@ -0,0 +1,6 @@ +// Copyright 2017-2021 @polkadot/ui-keyring authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +import { packageInfo as settingsInfo } from '@polkadot/ui-settings/packageInfo'; + +export default [settingsInfo]; diff --git a/packages/vue-identicon/src/detectOther.ts b/packages/vue-identicon/src/detectOther.ts new file mode 100644 index 00000000..6e0fe575 --- /dev/null +++ b/packages/vue-identicon/src/detectOther.ts @@ -0,0 +1,6 @@ +// Copyright 2017-2021 @polkadot/vue-identicon authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +import { packageInfo as sharedInfo } from '@polkadot/ui-shared/packageInfo'; + +export default [sharedInfo];