File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ .travis.yml
2
+ deploy_sdk.sh
3
+ docker-compose.yml.template
4
+ Dockerfile
5
+ push-image-to-nexus.sh
6
+ version.json
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-froala" ,
3
- "version" : " 4.0.16 " ,
3
+ "version" : " 4.0.17 " ,
4
4
"authors" : [
5
5
" Froala Labs <kapil.garg.techy@gmail.com>"
6
6
],
27
27
" tests"
28
28
],
29
29
"dependencies" : {
30
- "froala-wysiwyg-editor" : " 4.0.16 " ,
30
+ "froala-wysiwyg-editor" : " 4.0.17 " ,
31
31
"angular" : " >=1.0"
32
32
},
33
33
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-froala" ,
3
- "version" : " 4.0.16 " ,
3
+ "version" : " 4.0.17 " ,
4
4
"description" : " Angular.js bindings for Froala WYSIWYG HTML rich text editor" ,
5
5
"main" : " src/angular-froala.js" ,
6
6
"scripts" : {
49
49
},
50
50
"dependencies" : {
51
51
"coffee-script" : " ^1.12.7" ,
52
- "froala-editor" : " 4.0.16 "
52
+ "froala-editor" : " 4.0.17 "
53
53
}
54
54
}
You can’t perform that action at this time.
0 commit comments