Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit a576bbb

Browse files
author
hhurz
committed
Release 1.21
1 parent 1c8b7b3 commit a576bbb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tableexport.jquery.plugin",
3-
"version": "1.20.2",
3+
"version": "1.21",
44
"description": "html table export",
55
"main": "tableExport.js",
66
"authors": [
@@ -17,7 +17,6 @@
1717
"homepage": "https://github.com/hhurz/tableExport.jquery.plugin",
1818
"dependencies": {
1919
"jquery": ">=1.9.1",
20-
"es6-promise": ">=4.2.4",
2120
"file-saver": ">=2.0.1",
2221
"html2canvas": "*",
2322
"jspdf": ">=2.0.0",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "tableexport.jquery.plugin",
3-
"version": "1.20.2",
3+
"version": "1.21",
44
"description": "html table export",
55
"main": "tableExport.min.js",
66
"dependencies": {
77
"jquery": ">=1.9.1",
8-
"es6-promise": ">=4.2.4",
98
"file-saver": ">=2.0.1",
109
"html2canvas": ">=1.0.0",
1110
"jspdf": ">=2.0.0",

0 commit comments

Comments
 (0)