Skip to content

Commit 0d072c0

Browse files
authored
fix: set jspdf to 1.4.1 to avoid semver resolution of newer versions
1 parent ac9dce2 commit 0d072c0

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)