Skip to content

Commit babb705

Browse files
committed
v3.3.4 - 'xlsx-js' dependency update
1 parent 75082bc commit babb705

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tableexport.js",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"authors": [
55
"clarketm <travis.m.clarke@gmail.com>"
66
],
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"bootstrap": "~3.3.5",
2323
"jquery": "~1.11.3",
24-
"js-xlsx": "0.8.0",
24+
"xlsx-js": "^0.8.1",
2525
"file-saverjs": "^1.3.3",
2626
"blobjs": "^1.0.0"
2727
},

dist/css/tableexport.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* TableExport.js v3.3.3 (https://www.travismclarke.com)
2+
* TableExport.js v3.3.4 (https://www.travismclarke.com)
33
* Copyright 2016 Travis Clarke
44
* Licensed under the MIT license
55
*/

dist/css/tableexport.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/tableexport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* TableExport.js v3.3.3 (https://www.travismclarke.com)
2+
* TableExport.js v3.3.4 (https://www.travismclarke.com)
33
* Copyright 2016 Travis Clarke
44
* Licensed under the MIT license
55
*/
@@ -270,7 +270,7 @@
270270
* Version.
271271
* @memberof TableExport.prototype
272272
*/
273-
version: "3.3.3",
273+
version: "3.3.4",
274274
/**
275275
* Default plugin options.
276276
* @memberof TableExport.prototype

dist/js/tableexport.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tableexport",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"authors": [
55
"clarketm <travis.m.clarke@gmail.com>"
66
],
@@ -38,7 +38,7 @@
3838
"bootstrap": "~3.3.5",
3939
"file-saverjs": "^1.3.2",
4040
"jquery": "~1.11.3",
41-
"xlsx": "0.8.0"
41+
"xlsx-js": "^0.8.1"
4242
},
4343
"devDependencies": {
4444
"del": "^2.2.0",

src/stable/css/tableexport.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* TableExport.js v3.3.3 (https://www.travismclarke.com)
2+
* TableExport.js v3.3.4 (https://www.travismclarke.com)
33
* Copyright 2016 Travis Clarke
44
* Licensed under the MIT license
55
*/

src/stable/css/tableexport.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/stable/js/tableexport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* TableExport.js v3.3.3 (https://www.travismclarke.com)
2+
* TableExport.js v3.3.4 (https://www.travismclarke.com)
33
* Copyright 2016 Travis Clarke
44
* Licensed under the MIT license
55
*/
@@ -270,7 +270,7 @@
270270
* Version.
271271
* @memberof TableExport.prototype
272272
*/
273-
version: "3.3.3",
273+
version: "3.3.4",
274274
/**
275275
* Default plugin options.
276276
* @memberof TableExport.prototype

0 commit comments

Comments
 (0)