Skip to content

Commit

Permalink
feat: allow Angular v10 as peer dependency (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Jul 23, 2020
1 parent 156f01e commit b0e67ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/angular-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"homepage": "https://github.com/brandonroberts/angular-routing#readme",
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"rxjs": "^6.5.3"
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"rxjs": ">=6.5.3"
},
"dependencies": {
"path-to-regexp": "^6.1.0",
Expand Down

0 comments on commit b0e67ba

Please sign in to comment.