Skip to content

Commit

Permalink
fix(common): fix peer dependencies (#5131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Domainv authored Mar 29, 2019
1 parent 5a3afe3 commit 343b60e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
},
"homepage": "https://github.com/valor-software/ngx-bootstrap#readme",
"peerDependencies": {
"typescript": ">=3.1.1"
"@angular/common": ">=7.0.0",
"@angular/core": ">=7.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.8.9",
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/npm-ng-next.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ npm i @angular/animations@next \
@angular/core@next \
@angular-devkit/core@latest \
@angular-devkit/schematics@next \
@angular/cli@next \
@angular/cli@latest \
@angular/common@next \
@angular/compiler-cli@next \
@angular/compiler@next \
Expand Down

0 comments on commit 343b60e

Please sign in to comment.