File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1212 "watch" : " installServerIntoExtension ../client ./package.json ./tsconfig.json && tsc --watch -p ."
1313 },
1414 "dependencies" : {
15- "@angular/language-service" : " github:angular/language-service-builds " ,
15+ "@angular/language-service" : " ^2.3.1 " ,
1616 "reflect-metadata" : " ^0.1.8" ,
1717 "typescript" : " 2.0.2" ,
1818 "vscode-languageserver" : " ^2.4.0-next.9"
1919 },
2020 "devDependencies" : {
21- "@angular/compiler" : " github:angular/compiler-builds" ,
22- "@angular/compiler-cli" : " github:angular/compiler-cli-builds" ,
23- "@angular/core" : " github:angular/core-builds" ,
24- "@angular/tsc-wrapped" : " ^0.4.0" ,
21+ "@angular/compiler" : " ^2.3.1" ,
22+ "@angular/compiler-cli" : " ^2.3.1" ,
23+ "@angular/core" : " ^2.3.1" ,
2524 "@types/node" : " ^6.0.46" ,
2625 "rxjs" : " 5.0.0-rc.4" ,
2726 "zone.js" : " ^0.7.2"
You can’t perform that action at this time.
0 commit comments