Skip to content

Commit 7db75ea

Browse files
Update to v4.0.17
1 parent 50dc671 commit 7db75ea

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.travis.yml
2+
deploy_sdk.sh
3+
docker-compose.yml.template
4+
Dockerfile
5+
push-image-to-nexus.sh
6+
version.json

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-froala",
3-
"version": "4.0.16",
3+
"version": "4.0.17",
44
"authors": [
55
"Froala Labs <kapil.garg.techy@gmail.com>"
66
],
@@ -27,7 +27,7 @@
2727
"tests"
2828
],
2929
"dependencies": {
30-
"froala-wysiwyg-editor": "4.0.16",
30+
"froala-wysiwyg-editor": "4.0.17",
3131
"angular": ">=1.0"
3232
},
3333
"devDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-froala",
3-
"version": "4.0.16",
3+
"version": "4.0.17",
44
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor",
55
"main": "src/angular-froala.js",
66
"scripts": {
@@ -49,6 +49,6 @@
4949
},
5050
"dependencies": {
5151
"coffee-script": "^1.12.7",
52-
"froala-editor": "4.0.16"
52+
"froala-editor": "4.0.17"
5353
}
5454
}

0 commit comments

Comments
 (0)