chore(deps): remove reflect-metadata (#343)
Blocked on https://github.com/angular/in-memory-web-api/pull/86 As per https://github.com/zloirock/core-js/issues/152, `core-js` already includes `reflect-metadata`.
Showing
... | ... | @@ -26,10 +26,9 @@ |
"@angular/platform-browser-dynamic": "~2.4.0", | ||
"@angular/router": "~3.4.0", | ||
"angular-in-memory-web-api": "~0.2.2", | ||
"angular-in-memory-web-api": "~0.2.4", | ||
"systemjs": "0.19.40", | ||
"core-js": "^2.4.1", | ||
"reflect-metadata": "^0.1.8", | ||
"rxjs": "5.0.1", | ||
"zone.js": "^0.7.4" | ||
}, | ||
... | ... |
Please register or sign in to comment