Skip to content

Commit

Permalink
Add @angular/common to the peerDependencies (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
daiscog committed May 12, 2023
1 parent 31ffb43 commit cbd6c00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ The project is very much Work In Progress and will be published on maven central

# Release Notes
BOAT is still under development and subject to change.
## 0.16.13
* Boat Angular generator
* `@angular/common` added as a peer dependency in the generated package.json files
## 0.16.12
* Boat Angular generator
* Remove leading comment from typescript files so that there are fewer differences between files when regenerating with a new spec version (info moved to README)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"build": "ng-packagr -p ng-package.json"
},
"peerDependencies": {
"@angular/common": ">={{ngVersion}}",
"@angular/core": ">={{ngVersion}}",
{{#withMocks}}
"@backbase/foundation-ang": ">={{foundationVersion}}",
Expand Down

0 comments on commit cbd6c00

Please sign in to comment.