Skip to content

Commit

Permalink
Release 1.10.25
Browse files Browse the repository at this point in the history
  • Loading branch information
hhurz committed May 28, 2021
1 parent 80966b7 commit 3145607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.10.24",
"version": "1.10.25",
"description": "html table export",
"main": "tableExport.js",
"authors": [
Expand All @@ -21,7 +21,8 @@
"file-saver": ">=1.2.0",
"html2canvas": "*",
"jspdf": ">=1.3.4",
"jspdf-autotable": "2.0.14 || 2.0.17"
"jspdf-autotable": "2.0.14 || 2.0.17",
"pdfmake": "^0.1.71"
},
"moduleType": [
"globals"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.10.24",
"version": "1.10.25",
"description": "html table export",
"main": "tableExport.min.js",
"dependencies": {
Expand All @@ -10,6 +10,7 @@
"html2canvas": ">=0.5.0-beta4",
"jspdf": ">=1.3.4",
"jspdf-autotable": "2.0.14 || 2.0.17",
"pdfmake": "^0.1.71",
"xlsx": ">=0.12.5"
},
"repository": {
Expand Down

0 comments on commit 3145607

Please sign in to comment.