Skip to content

Commit 4ef794e

Browse files
committed
v4.0.0-alpha.2 - merge dependency upgrades from 'master'
1 parent 46fc463 commit 4ef794e

8 files changed

Lines changed: 15 additions & 22 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": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"authors": [
55
"clarketm <travis.m.clarke@gmail.com>"
66
],
@@ -26,7 +26,7 @@
2626
"blobjs": "^1.0.0"
2727
},
2828
"license": "MIT",
29-
"homepage": "https://www.travismclarke.com",
29+
"homepage": "https://www.travismclarke.com/tableexport/",
3030
"ignore": [
3131
"**/.*",
3232
"node_modules",

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 4.0.0-alpha.1 (https://www.travismclarke.com)
2+
* TableExport.js 4.0.0-alpha.2 (https://www.travismclarke.com)
33
* Copyright 2016 Travis Clarke
44
* Licensed under the MIT license
55
*/

dist/css/tableexport.min.css

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

dist/js/tableexport.min.js

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"ecosystem:jquery"
2525
],
2626
"scripts": {
27-
"test": "gulp"
27+
"test": "gulp",
28+
"build": "gulp"
2829
},
2930
"repository": {
3031
"type": "git",
@@ -51,7 +52,7 @@
5152
"jasmine": "^2.4.1"
5253
},
5354
"license": "MIT",
54-
"homepage": "https://www.travismclarke.com",
55+
"homepage": "https://www.travismclarke.com/tableexport/",
5556
"ignore": [
5657
"**/.*",
5758
"node_modules",

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.

0 commit comments

Comments
 (0)