Skip to content

Commit f19324f

Browse files
committed
Lock jspdf version to avoid issue with 1.5.3
1 parent ac9dce2 commit f19324f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"es6-promise": "^4.2.5",
3131
"html2canvas": "^1.0.0-alpha.12",
32-
"jspdf": "^1.4.1"
32+
"jspdf": "1.4.1"
3333
},
3434
"devDependencies": {
3535
"babel-core": "^6.26.3",

0 commit comments

Comments
 (0)