From 7db75eab7333400abe6f6c1eaa7ddbd5259ce64b Mon Sep 17 00:00:00 2001 From: harasunu-narayan <60644555+harasunu-narayan@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:53:09 +0530 Subject: [PATCH] Update to v4.0.17 --- .npmignore | 6 ++++++ bower.json | 4 ++-- package.json | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..1f712f0 --- /dev/null +++ b/.npmignore @@ -0,0 +1,6 @@ +.travis.yml +deploy_sdk.sh +docker-compose.yml.template +Dockerfile +push-image-to-nexus.sh +version.json \ No newline at end of file diff --git a/bower.json b/bower.json index 09354fa..4646306 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-froala", - "version": "4.0.16", + "version": "4.0.17", "authors": [ "Froala Labs " ], @@ -27,7 +27,7 @@ "tests" ], "dependencies": { - "froala-wysiwyg-editor": "4.0.16", + "froala-wysiwyg-editor": "4.0.17", "angular": ">=1.0" }, "devDependencies": { diff --git a/package.json b/package.json index 70e0b51..77e5763 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-froala", - "version": "4.0.16", + "version": "4.0.17", "description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor", "main": "src/angular-froala.js", "scripts": { @@ -49,6 +49,6 @@ }, "dependencies": { "coffee-script": "^1.12.7", - "froala-editor": "4.0.16" + "froala-editor": "4.0.17" } }