File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
src/app/components/common-ui Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
apidoc : '0.3.0' ,
9
9
generator : {
10
10
name : 'apidoc' ,
11
- time : '2021-01-13T14:02:49.679Z ' ,
11
+ time : '2021-01-13T14:47:50.224Z ' ,
12
12
url : 'http://apidocjs.com' ,
13
13
version : '0.20.1' ,
14
14
} ,
Original file line number Diff line number Diff line change 8
8
"apidoc" : " 0.3.0" ,
9
9
"generator" : {
10
10
"name" : " apidoc" ,
11
- "time" : " 2021-01-13T14:02:49.679Z " ,
11
+ "time" : " 2021-01-13T14:47:50.224Z " ,
12
12
"url" : " http://apidocjs.com" ,
13
13
"version" : " 0.20.1"
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @atomic-reactor/reactium-ui" ,
3
- "version" : " 0.2.6 " ,
3
+ "version" : " 0.2.8 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " Reactium LLC" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ const ReactiumUI = require('../index');
4
4
const priority = Reactium . Enums . priority . lowest ;
5
5
6
6
Reactium . Plugin . register ( 'ReactiumUI' , priority ) . then ( ( ) => {
7
- Reactium . Hook . runSync ( 'reactium-ui' , ReactiumUI ) ;
8
7
Reactium . Component . register ( 'ReactiumUI' , ReactiumUI ) ;
8
+ Reactium . Hook . register ( 'app-ready' , ( ) => {
9
+ Reactium . Hook . runSync ( 'reactium-ui' , ReactiumUI ) ;
10
+ } ) ;
9
11
} ) ;
You can’t perform that action at this time.
0 commit comments