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

Commit

Permalink
v4.0.0-alpha.2 - merge dependency upgrades from 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Nov 27, 2016
1 parent 46fc463 commit 4ef794e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 22 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": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"authors": [
"clarketm <[email protected]>"
],
Expand All @@ -26,7 +26,7 @@
"blobjs": "^1.0.0"
},
"license": "MIT",
"homepage": "https://www.travismclarke.com",
"homepage": "https://www.travismclarke.com/tableexport/",
"ignore": [
"**/.*",
"node_modules",
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 4.0.0-alpha.1 (https://www.travismclarke.com)
* TableExport.js 4.0.0-alpha.2 (https://www.travismclarke.com)
* Copyright 2016 Travis Clarke
* Licensed under the MIT license
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/css/tableexport.min.css

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

2 changes: 1 addition & 1 deletion dist/js/tableexport.min.js

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"ecosystem:jquery"
],
"scripts": {
"test": "gulp"
"test": "gulp",
"build": "gulp"
},
"repository": {
"type": "git",
Expand All @@ -51,7 +52,7 @@
"jasmine": "^2.4.1"
},
"license": "MIT",
"homepage": "https://www.travismclarke.com",
"homepage": "https://www.travismclarke.com/tableexport/",
"ignore": [
"**/.*",
"node_modules",
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.

Loading

0 comments on commit 4ef794e

Please sign in to comment.