Skip to content

Commit

Permalink
Update to 2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Navneet Kumar committed Apr 12, 2019
1 parent 5e6b641 commit afcc142
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.9.4-1",
"version": "2.9.5",
"description": "Angular 2, 4, 5, 6 and 7 bindings for Froala WYSIWYG HTML rich text editor",
"main": "bundles/angular-froala-wysiwyg.umd.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"url": "https://github.com/froala/angular-froala-wysiwyg/issues"
},
"dependencies": {
"froala-editor": "2.9.4",
"froala-editor": "2.9.5",
"tslib": "^1.9.0"
},
"peerDependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "angular-froala-wysiwyg",
"version": "2.9.4-1",
"version": "2.9.5",
"dependencies": {
"froala-editor": "2.9.4",
"froala-editor": "2.9.5",
"@types/jquery": "^2.0.40"
}
}

0 comments on commit afcc142

Please sign in to comment.