Skip to content

Commit

Permalink
chore: fix peer dependency mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Aug 19, 2021
1 parent 4ad35c4 commit 827d20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/until-destroy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"sideEffects": false,
"peerDependencies": {
"@angular/core": ">=10.0.5",
"rxjs": "^6.4.0 | ^7.0.0"
"rxjs": "^6.4.0 || ^7.0.0"
}
}

0 comments on commit 827d20b

Please sign in to comment.