From ed102492e5529c0d840f00f33121e0161fa7e4b9 Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Fri, 30 Sep 2016 12:49:02 -0700 Subject: [PATCH] [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 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 922eb905f3..7dbb8f9860 100644 --- a/bower.json +++ b/bower.json @@ -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" } }