Skip to content

Commit 78685d4

Browse files
authored
build(ls): update dependencies to official builds (#21)
1 parent da33d09 commit 78685d4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

server/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
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"

0 commit comments

Comments
 (0)