File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ v5.0.1
2
+
3
+ Make pending changes to README.md
4
+
1
5
v5.0.0
2
6
3
7
Migrate main files of module to typescript
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Install using
36
36
``` js
37
37
const core = require (' broadcastem-core' );
38
38
39
- core . init (options).then (app => {
39
+ core (options).then (app => {
40
40
// Use app
41
41
});
42
42
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " broadcastem-core" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " The core module for Broadcast 'em application" ,
5
5
"keywords" : [
6
6
" broadcast" ,
7
7
" share" ,
8
8
" local network" ,
9
- " file share" ,
10
- " cli"
9
+ " file share"
11
10
],
12
11
"main" : " dist/index.js" ,
13
12
"typings" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments