Skip to content

Commit

Permalink
fix: declare workbench-application.core as regular dependency of `w…
Browse files Browse the repository at this point in the history
…orkbench-application.angular`

The module `workbench-application.angular` provides a convenience API of `workbench-application.core` for Angular projects. Its dependency to the core module should be a regular instead of a peer dependency.
  • Loading branch information
danielwiehl committed Jan 30, 2019
1 parent cc0d282 commit 9855241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/scion/workbench-application.angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"url": "https://github.com/SchweizerischeBundesbahnen/scion-workbench"
},
"dependencies": {
"@scion/workbench-application.core": "0.0.0-beta.13"
},
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0",
"@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",
"@scion/workbench-application.core": "0.0.0-beta.13",
"rxjs": "^6.0.0"
},
"keywords": [
Expand Down

0 comments on commit 9855241

Please sign in to comment.