File tree Expand file tree Collapse file tree 5 files changed +10
-238
lines changed Expand file tree Collapse file tree 5 files changed +10
-238
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ npm-debug.log
4
4
5
5
# compiled output
6
6
typings /
7
+ angular2-websocket.js
8
+ angular2-websocket.js.map
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular2-websocket" ,
3
3
"main" : " angular2-websocket" ,
4
- "version" : " 0.7.1 " ,
4
+ "version" : " 0.8.0 " ,
5
5
"scripts" : {
6
6
"test" : " echo \" Error: no test specified\" && exit 1" ,
7
7
"compile" : " tsc" ,
13
13
"url" : " git+https://github.com/afrad/angular2-websocket.git"
14
14
},
15
15
"dependencies" : {
16
- "@angular/common" : " 2.0.0-rc.4 " ,
17
- "@angular/compiler" : " 2.0.0-rc.4 " ,
18
- "@angular/core" : " 2.0.0-rc.4 " ,
16
+ "@angular/common" : " 2.0.0" ,
17
+ "@angular/compiler" : " 2.0.0" ,
18
+ "@angular/core" : " 2.0.0" ,
19
19
"core-js" : " ^2.4.1" ,
20
20
"reflect-metadata" : " ^0.1.3" ,
21
- "rxjs" : " 5.0.0-beta.6 " ,
22
- "zone.js" : " ^0.6.12 "
21
+ "rxjs" : " 5.0.0-beta.12 " ,
22
+ "zone.js" : " ^0.6.23 "
23
23
},
24
24
"devDependencies" : {
25
25
"codelyzer" : " ~0.0.26" ,
28
28
"grunt-contrib-uglify" : " ~0.2.4" ,
29
29
"tslint" : " 3.13.0" ,
30
30
"typings" : " ^1.3.2" ,
31
- "typescript" : " ^1.8.10 "
31
+ "typescript" : " ^2.0.2 "
32
32
}
33
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"globalDependencies" : {
3
- "core-js" : " registry:dt/core-js#0.0.0+20160602141332 "
3
+ "core-js" : " registry:dt/core-js#0.0.0+20160914114559 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments