Skip to content

Commit

Permalink
Update to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil2704 committed Jan 14, 2020
1 parent 5348faf commit 2d41a7b
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": "3.0.6",
"version": "3.1.0",
"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 @@ -46,7 +46,7 @@
},
"dependencies": {
"font-awesome": "^4.7.0",
"froala-editor": "^3.0.6",
"froala-editor": "^3.1.0",
"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,7 +1,7 @@
{
"name": "angular-froala-wysiwyg",
"version": "3.0.6",
"version": "3.1.0",
"dependencies": {
"froala-editor": "3.0.6"
"froala-editor": "3.1.0"
}
}

0 comments on commit 2d41a7b

Please sign in to comment.