Skip to content

Commit

Permalink
issue #326: npm install of latest version is missing the libs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hhurz committed Jun 10, 2021
1 parent 3145607 commit 9cb9682
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.10.25",
"version": "1.10.26",
"description": "html table export",
"main": "tableExport.js",
"authors": [
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.10.25",
"version": "1.10.26",
"description": "html table export",
"main": "tableExport.min.js",
"dependencies": {
Expand Down Expand Up @@ -33,6 +33,7 @@
"files": [
"LICENSE",
"README.md",
"tableExport.min.js"
"tableExport.min.js",
"libs"
]
}
2 changes: 1 addition & 1 deletion tableExport.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @preserve tableExport.jquery.plugin
*
* Version 1.10.25
* Version 1.10.26
*
* Copyright (c) 2015-2021 hhurz, https://github.com/hhurz/tableExport.jquery.plugin
*
Expand Down
2 changes: 1 addition & 1 deletion tableExport.min.js

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

0 comments on commit 9cb9682

Please sign in to comment.