From 3c896c2fe5d8b22530b7ee59b93455c70ccaf3d9 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Sun, 1 Jan 2017 00:15:10 +0000 Subject: [PATCH] chore(deps): remove reflect-metadata 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`. --- index.html | 1 - karma.conf.js | 1 - package.json | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/index.html b/index.html index 863c3e0ba..17df408e4 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,6 @@ - diff --git a/karma.conf.js b/karma.conf.js index aab497609..2ad1cca00 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -38,7 +38,6 @@ module.exports = function(config) { // Polyfills 'node_modules/core-js/client/shim.js', - 'node_modules/reflect-metadata/Reflect.js', // zone.js 'node_modules/zone.js/dist/zone.js', diff --git a/package.json b/package.json index fea565642..b806db2c9 100644 --- a/package.json +++ b/package.json @@ -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" },