Skip to content

Commit

Permalink
fix(package): Change angular peerDependency semver to match 9.0.0-nex…
Browse files Browse the repository at this point in the history
…t/rc (#681)
  • Loading branch information
christopherthielen committed Nov 24, 2019
1 parent 90ff4cd commit ca4acfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
}
},
"peerDependencies": {
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0",
"@angular/common": "^8.0.0 || ^9.0.0 || ^9.0.0-next",
"@angular/core": "^8.0.0 || ^9.0.0 || ^9.0.0-next",
"@uirouter/core": "^6.0.1",
"@uirouter/rx": "^0.6.0"
},
Expand Down

0 comments on commit ca4acfb

Please sign in to comment.