Skip to content

Commit cab0be0

Browse files
committed
Update to V2.5.1.
1 parent 6db5687 commit cab0be0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-froala",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"authors": [
55
"Cameron Gallarno <[email protected]>",
66
"Stefan Neculai <[email protected]>"
@@ -30,7 +30,7 @@
3030
"tests"
3131
],
3232
"dependencies": {
33-
"froala-wysiwyg-editor": "2.5.0",
33+
"froala-wysiwyg-editor": ">=2.5.0",
3434
"angular": ">=1.0"
3535
},
3636
"devDependencies": {

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-froala",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor",
55
"main": "src/angular-froala.js",
66
"scripts": {
@@ -48,5 +48,8 @@
4848
"karma-phantomjs-launcher": "^0.2.3",
4949
"phantomjs": "^1.9.19",
5050
"sinon": "^1.17.2"
51+
},
52+
"dependencies": {
53+
"froala-editor": ">=2.5.1"
5154
}
5255
}

0 commit comments

Comments
 (0)