* 0.88.1

* Apply bundle where missing
This commit is contained in:
Jaco
2022-01-02 08:33:26 +01:00
committed by GitHub
parent ea29793d8d
commit cbbe125da9
20 changed files with 90 additions and 77 deletions
+5
View File
@@ -0,0 +1,5 @@
// Copyright 2018-2022 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
export * from './icons';
export { packageInfo } from './packageInfo';
+3 -2
View File
@@ -1,5 +1,6 @@
// Copyright 2018-2022 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
export * from './icons';
export { packageInfo } from './packageInfo';
import './detectPackage';
export * from './bundle';