Skip to content

Commit

Permalink
release v1.9.3
Browse files Browse the repository at this point in the history
Fixed circular dependency in bower.json
  • Loading branch information
hhurz committed Jul 11, 2017
1 parent 037bfe7 commit fbe77e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.9.2",
"version": "1.9.3",
"description": "html table export",
"main": "tableExport.js",
"authors": [
Expand All @@ -20,8 +20,7 @@
"file-saver": ">=1.2.0",
"html2canvas": "*",
"jspdf": "1.1.239 || 1.3.2",
"jspdf-autotable": "2.0.14 || 2.0.17",
"tableExport.jquery.plugin": "^1.9.2"
"jspdf-autotable": "2.0.14 || 2.0.17"
},
"moduleType": [
"globals"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.9.2",
"version": "1.9.3",
"description": "html table export",
"main": "tableExport.min.js",
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions tableExport.min.js

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

0 comments on commit fbe77e1

Please sign in to comment.