Skip to content

Commit 1f4cd3a

Browse files
committed
fix: 🐛 fix peer dep of rxjs
Closes: #126
1 parent 3adcf11 commit 1f4cd3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libs/reactive-forms/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
},
2727
"homepage": "https://github.com/ngneat/reactive-forms#readme",
2828
"peerDependencies": {
29-
"@angular/forms": ">= 13.0.0"
29+
"@angular/forms": ">= 13.0.0",
30+
"rxjs": "*"
3031
},
3132
"repository": {
3233
"type": "git",
3334
"url": "https://github.com/ngneat/reactive-forms"
3435
}
35-
}
36+
}

0 commit comments

Comments
 (0)