mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-15 15:21:03 +00:00
ensure single package for ui-keyring (#120)
This commit is contained in:
committed by
Jaco Greeff
parent
637ac06b96
commit
d67f9670bd
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"version": "0.38.0-beta.5",
|
"version": "0.38.0-beta.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^10.13.0",
|
"node": ">=10.13.0",
|
||||||
"yarn": "^1.10.1"
|
"yarn": "^1.10.1"
|
||||||
},
|
},
|
||||||
"homepage": ".",
|
"homepage": ".",
|
||||||
|
|||||||
@@ -2,8 +2,12 @@
|
|||||||
// This software may be modified and distributed under the terms
|
// This software may be modified and distributed under the terms
|
||||||
// of the Apache-2.0 license. See the LICENSE file for details.
|
// of the Apache-2.0 license. See the LICENSE file for details.
|
||||||
|
|
||||||
|
import { assertSingletonPackage } from '@polkadot/util';
|
||||||
|
|
||||||
import keyring, { Keyring } from './Keyring';
|
import keyring, { Keyring } from './Keyring';
|
||||||
|
|
||||||
|
assertSingletonPackage('@polkadot/ui-keyring');
|
||||||
|
|
||||||
export default keyring;
|
export default keyring;
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|||||||
Reference in New Issue
Block a user