Skip to content

Commit

Permalink
fix: remove obsolete http dependency from 'workbench-application-plat…
Browse files Browse the repository at this point in the history
…form'

The `HttpModule` was replaced in Angular 4.3.x by `HttpClientModule` located in '@angular/common'. The peer-dependency to '@angular/http' was added unintentionally to 'workbench-application-platform'.
  • Loading branch information
danielwiehl authored and ReToCode committed Jan 31, 2019
1 parent d561745 commit 0524ab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/scion/workbench-application-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0",
"@angular/cdk": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0",
"@angular/router": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0",
"@angular/http": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0",
"@scion/workbench": "0.0.0-beta.14",
"rxjs": "^6.0.0"
},
Expand Down

0 comments on commit 0524ab0

Please sign in to comment.