diff --git a/.travis.yml b/.travis.yml index 517b500..5bb2435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ deploy: - provider: pages skip_cleanup: true local_dir: www/public - target_branch: gh-pages-test + target_branch: gh-pages fqdn: html2canvas.hertzen.com github_token: secure: "PowO/Jat660k3gHcjgI6DlJz15RM7pLUu11UPsLCtYJ8ZwodppE6Keg0DfVkSFSIZttZor+UssDwP/WOEqfZNLqmXbcj3Gec4xolohet/GOe0KJKKuF/HgggbcxumopxMX6sMVePlMBpkLpHh7tgEAEHBWTlzC1c1a7Xa48fZ7k=" diff --git a/www/package-lock.json b/www/package-lock.json index f87f82c..cc7e9f5 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -4895,9 +4895,9 @@ "integrity": "sha1-nSLgyjKsyVs/RbjVtPb73AWv/VU=" }, "html2canvas": { - "version": "1.0.0-alpha.3", - "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.3.tgz", - "integrity": "sha1-0QeAa+W1kuRr0iI7B3KTgaBIGzo=", + "version": "1.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.4.tgz", + "integrity": "sha1-t1Q+6kUkAHitGEesk5CBpXUYCho=", "requires": { "punycode": "2.1.0" } diff --git a/www/package.json b/www/package.json index 828dbb8..c023f2c 100644 --- a/www/package.json +++ b/www/package.json @@ -18,7 +18,7 @@ "gatsby-source-filesystem": "^1.5.9", "gatsby-transformer-remark": "^1.7.23", "gzip-size": "^4.1.0", - "html2canvas": "1.0.0-alpha.3", + "html2canvas": "1.0.0-alpha.4", "mkdirp": "^0.5.1", "typography": "^0.16.6", "typography-theme-github": "^0.15.10"