mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 12:48:14 +00:00
[Bower] specify jspdf minor version
Specify jsPDF minor version to avoid updating to v1.3.0, which appears to have problems with requirejs bundling. Fixes https://github.com/nasa/openmct/issues/1214
This commit is contained in:
@ -20,6 +20,6 @@
|
|||||||
"FileSaver.js": "^0.0.2",
|
"FileSaver.js": "^0.0.2",
|
||||||
"zepto": "^1.1.6",
|
"zepto": "^1.1.6",
|
||||||
"html2canvas": "^0.4.1",
|
"html2canvas": "^0.4.1",
|
||||||
"jspdf": "^1.2.61"
|
"jspdf": "1.2.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user