[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:
Pete Richards 2016-09-30 12:49:02 -07:00
parent 7439d949c4
commit ed102492e5

View File

@ -20,6 +20,6 @@
"FileSaver.js": "^0.0.2",
"zepto": "^1.1.6",
"html2canvas": "^0.4.1",
"jspdf": "^1.2.61"
"jspdf": "1.2.x"
}
}