Skip to content

Commit

Permalink
fix(depedencies): fix peer dependency of tydux-angular to accept Tydu…
Browse files Browse the repository at this point in the history
…x version >= 14
  • Loading branch information
sengmann committed Sep 7, 2022
1 parent 783f1e3 commit 1485200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/w11k/Tydux.git"
},
"peerDependencies": {
"@w11k/tydux": "15.x.x",
"@w11k/tydux": ">= 14",
"@angular/core": ">= 6.0.0",
"@angular/common": ">= 6.0.0"
}
Expand Down

0 comments on commit 1485200

Please sign in to comment.