Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Commit

Permalink
v3.3.4 - 'xlsx-js' dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Nov 26, 2016
1 parent 75082bc commit babb705
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport.js",
"version": "3.3.3",
"version": "3.3.4",
"authors": [
"clarketm <[email protected]>"
],
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"bootstrap": "~3.3.5",
"jquery": "~1.11.3",
"js-xlsx": "0.8.0",
"xlsx-js": "^0.8.1",
"file-saverjs": "^1.3.3",
"blobjs": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/css/tableexport.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* TableExport.js v3.3.3 (https://www.travismclarke.com)
* TableExport.js v3.3.4 (https://www.travismclarke.com)
* Copyright 2016 Travis Clarke
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/css/tableexport.min.css

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

4 changes: 2 additions & 2 deletions dist/js/tableexport.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* TableExport.js v3.3.3 (https://www.travismclarke.com)
* TableExport.js v3.3.4 (https://www.travismclarke.com)
* Copyright 2016 Travis Clarke
* Licensed under the MIT license
*/
Expand Down Expand Up @@ -270,7 +270,7 @@
* Version.
* @memberof TableExport.prototype
*/
version: "3.3.3",
version: "3.3.4",
/**
* Default plugin options.
* @memberof TableExport.prototype
Expand Down
4 changes: 2 additions & 2 deletions dist/js/tableexport.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport",
"version": "3.3.3",
"version": "3.3.4",
"authors": [
"clarketm <[email protected]>"
],
Expand Down Expand Up @@ -38,7 +38,7 @@
"bootstrap": "~3.3.5",
"file-saverjs": "^1.3.2",
"jquery": "~1.11.3",
"xlsx": "0.8.0"
"xlsx-js": "^0.8.1"
},
"devDependencies": {
"del": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/stable/css/tableexport.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* TableExport.js v3.3.3 (https://www.travismclarke.com)
* TableExport.js v3.3.4 (https://www.travismclarke.com)
* Copyright 2016 Travis Clarke
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion src/stable/css/tableexport.min.css

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

4 changes: 2 additions & 2 deletions src/stable/js/tableexport.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* TableExport.js v3.3.3 (https://www.travismclarke.com)
* TableExport.js v3.3.4 (https://www.travismclarke.com)
* Copyright 2016 Travis Clarke
* Licensed under the MIT license
*/
Expand Down Expand Up @@ -270,7 +270,7 @@
* Version.
* @memberof TableExport.prototype
*/
version: "3.3.3",
version: "3.3.4",
/**
* Default plugin options.
* @memberof TableExport.prototype
Expand Down
Loading

0 comments on commit babb705

Please sign in to comment.