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
44
55# compiled output
66typings /
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 11{
22 "name" : " angular2-websocket" ,
33 "main" : " angular2-websocket" ,
4- "version" : " 0.7.1 " ,
4+ "version" : " 0.8.0 " ,
55 "scripts" : {
66 "test" : " echo \" Error: no test specified\" && exit 1" ,
77 "compile" : " tsc" ,
1313 "url" : " git+https://github.com/afrad/angular2-websocket.git"
1414 },
1515 "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" ,
1919 "core-js" : " ^2.4.1" ,
2020 "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 "
2323 },
2424 "devDependencies" : {
2525 "codelyzer" : " ~0.0.26" ,
2828 "grunt-contrib-uglify" : " ~0.2.4" ,
2929 "tslint" : " 3.13.0" ,
3030 "typings" : " ^1.3.2" ,
31- "typescript" : " ^1.8.10 "
31+ "typescript" : " ^2.0.2 "
3232 }
3333}
Original file line number Diff line number Diff line change 11{
22 "globalDependencies" : {
3- "core-js" : " registry:dt/core-js#0.0.0+20160602141332 "
3+ "core-js" : " registry:dt/core-js#0.0.0+20160914114559 "
44 }
55}
You can’t perform that action at this time.
0 commit comments