File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Example - Chat
2
2
3
- [ ![ Latest Stable Version] ( https://img.shields.io/badge/Stable-v1.0 .0-brightgreen.svg?style=plastic )] ( https://github.com/web-dev-server/example-chat/releases )
4
- [ ![ License] ( https://img.shields.io/badge/Licence-BSD-brightgreen.svg?style=plastic )] ( https://mvccore. github.io/docs/mvccore/4.0.0 /LICENCE.md )
3
+ [ ![ Latest Stable Version] ( https://img.shields.io/badge/Stable-v1.1 .0-brightgreen.svg?style=plastic )] ( https://github.com/web-dev-server/example-chat/releases )
4
+ [ ![ License] ( https://img.shields.io/badge/Licence-BSD-brightgreen.svg?style=plastic )] ( https://github.com/web-dev-server/example-chat-angular-1/blob/master /LICENCE.md )
5
5
6
6
Chat example with session authentication. Client scripts witten with Angular 1.
7
7
8
8
## Instalation
9
9
``` shell
10
- npm install web-dev-server/ example-chat-angular-1
10
+ npm install web-dev-server- example-chat-angular-1
11
11
```
12
12
13
13
## Usage
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " example-chat-angular-1" ,
3
- "version" : " 1.0 .0" ,
4
- "description" : " Chat example with session authentication." ,
2
+ "name" : " web-dev-server- example-chat-angular-1" ,
3
+ "version" : " 1.1 .0" ,
4
+ "description" : " Chat example with session authentication in Angular 1 ." ,
5
5
"homepage" : " https://github.com/web-dev-server/example-chat-angular-1" ,
6
6
"repository" : {
7
7
"type" : " git" ,
15
15
},
16
16
"main" : " run-server.js" ,
17
17
"dependencies" : {
18
- "web-dev-server" : " ~1.0.4 " ,
18
+ "web-dev-server" : " ~1.1.0 " ,
19
19
"ws" : " ~1.1.1"
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments