Skip to content

Commit

Permalink
fix(package): fix package json versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiper34 committed Aug 27, 2023
1 parent 21fb46d commit 7ca9481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -16,6 +16,7 @@ Ngx Simple Text editor or ST editor is a simple native text editor component for
| 9 - 13 | 0.0.0 - 1.x.x | 5.0.0-6.x.x |
| 14 | 2.x.x | 5.0.0-6.x.x |
| 15 | 3.x.x | 5.0.0-6.x.x |
| 16 | 4.x.x | 5.0.0-6.x.x |

# Instalation

Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-simple-text-editor/package.json
Expand Up @@ -7,8 +7,8 @@
"keywords": ["angular", "text", "editor", "text editor", "angular text editor", "wysiwyg", "wysiwyg editor"],
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@fortawesome/fontawesome-free": "^6.2.1"
},
"dependencies": {
Expand Down

0 comments on commit 7ca9481

Please sign in to comment.