Skip to content

Commit

Permalink
Merge pull request #41 from ckeditor/t/39
Browse files Browse the repository at this point in the history
Other: The package works fine with `Angular@5` so we decided to lower a minimal version of Angular to `>=5.0.0`. Closes #39.
  • Loading branch information
pomek committed Sep 25, 2018
2 parents 0999a77 + eba96bd commit 078c2d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ckeditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "CKEditor 5 component for Angular 2+.",
"version": "0.0.1",
"peerDependencies": {
"@angular/core": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/forms": "^6.0.0"
"@angular/core": ">=5.0.0",
"@angular/common": ">=5.0.0",
"@angular/forms": ">=5.0.0"
},
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 078c2d2

Please sign in to comment.