Skip to content

Commit

Permalink
Update to v4.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
harasunu-narayan committed Jan 18, 2023
1 parent 022017c commit 7e246d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.travis.yml
deploy_sdk.sh
docker-compose.yml.template
Dockerfile
push-image-to-nexus.sh
version.json
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "knockout-froala",

"version": "4.0.16",
"version": "4.0.17",

"homepage": "https://github.com/froala/knockout-froala",
"authors": [
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {

"froala-wysiwyg-editor": "4.0.16",
"froala-wysiwyg-editor": "4.0.17",
"font-awesome": "^4.7.0",

"knockout": "~3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockout-froala",
"version": "4.0.16",
"version": "4.0.17",
"description": "Knockout.js binding for Froala WYSIWYG HTML Rich Text Editor",
"main": "src/knockout-froala.js",
"scripts": {
Expand Down

0 comments on commit 7e246d2

Please sign in to comment.