Skip to content

Commit 5c629ec

Browse files
committed
Update to latest html2canvas
1 parent a6a1ba0 commit 5c629ec

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
},
2828
"homepage": "https://github.com/eKoopmans/html2pdf",
2929
"dependencies": {
30-
"html2canvas": "https://github.com/eKoopmans/html2canvas/tarball/develop",
31-
"jspdf": "^1.3.5",
32-
"es6-promise": "^4.1.1"
30+
"es6-promise": "^4.1.1",
31+
"html2canvas": "^1.0.0-alpha.12",
32+
"jspdf": "^1.3.5"
3333
},
3434
"devDependencies": {
3535
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)