Skip to content

Commit

Permalink
fix: add missing rxjs peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed May 30, 2021
1 parent 880c58a commit 63f396f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngx-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@angular/forms": ">=12.0.0",
"@angular/platform-browser": ">=12.0.0"
"@angular/platform-browser": ">=12.0.0",
"rxjs": ">=6.6.0"
},
"dependencies": {
"@types/prosemirror-commands": "^1.0.4",
Expand Down

0 comments on commit 63f396f

Please sign in to comment.