Skip to content

Commit

Permalink
Update to 2.7.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Feb 2, 2018
1 parent 6d280c5 commit 770b1f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-froala-wysiwyg-base",
"version": "2.7.4",
"version": "2.7.5",
"description": "Angular 2, Angular 4 and Angular 5 bindings for Froala WYSIWYG HTML rich text editor",
"main": "bundles/angular-froala-wysiwyg.umd.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/froala/angular-froala-wysiwyg/issues"
},
"dependencies": {
"froala-editor": "^2.7.4"
"froala-editor": "^2.7.5"
},
"peerDependencies": {
"@angular/common": "*",
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "angular-froala-wysiwyg",
"version": "2.7.4",
"version": "2.7.5",
"peerDependencies": {
"@angular/common": "*",
"@angular/compiler": "*",
"@angular/core": "*",
"@angular/forms": "*"
},
"dependencies": {
"froala-editor": "^2.7.4",
"froala-editor": "^2.7.5",
"@types/jquery": "^2.0.40"
}
}

0 comments on commit 770b1f8

Please sign in to comment.