Skip to content

Commit 077f918

Browse files
Fix AngularServices NPM package dependency restoration following third-party package changes
1 parent 7ee3346 commit 077f918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.AspNetCore.AngularServices/npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"url": "https://github.com/aspnet/JavaScriptServices.git"
1919
},
2020
"dependencies": {
21-
"angular2": "^2.0.0-beta.13",
21+
"angular2": "2.0.0-beta.13",
22+
"reflect-metadata": "0.1.2",
2223
"rxjs": "5.0.0-beta.2"
2324
},
2425
"devDependencies": {
2526
"es6-shim": "^0.35.0",
26-
"reflect-metadata": "^0.1.2",
2727
"rimraf": "^2.5.4",
2828
"systemjs-builder": "^0.14.11",
2929
"typescript": "^2.0.0",

0 commit comments

Comments
 (0)