Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 00c9936

Browse files
authored
chore(deps): remove reflect-metadata, zone (#86)
`angular-in-memory-web-api` itself does not depend on neither of these packages to function. Rather, `@angular/*` depends on them instead.
1 parent 1cc2292 commit 00c9936

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
"peerDependencies": {
3131
"@angular/core": "^2.0.0",
3232
"@angular/http": "^2.0.0",
33-
"reflect-metadata": "~0.1.8",
34-
"rxjs": "^5.0.1",
35-
"zone.js": "^0.7.4"
33+
"rxjs": "^5.0.1"
3634
},
3735
"devDependencies": {
3836
"@angular/common": "~2.4.0",
@@ -63,7 +61,6 @@
6361
"karma-jasmine-html-reporter": "^0.2.2",
6462
"lite-server": "^2.2.2",
6563
"lodash": "^4.16.2",
66-
"reflect-metadata": "^0.1.3",
6764
"rimraf": "^2.5.4",
6865
"rollup": "^0.36.0",
6966
"rollup-stream": "^1.14.0",

0 commit comments

Comments
 (0)