aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-07-12 12:44:06 -0700
committerPatrick Brady <pb071s@att.com>2018-07-24 20:32:16 +0000
commit70980b25e985f6d367bde33b2b0ca593c0fd8b24 (patch)
tree294713f81a0bbce4cc1b17c71dfe95a97eba5daa /package.json
parentb5b3e4990360004aa01a7bb55ed85f8d43335c42 (diff)
Change mdbootstrap versionbeijing
A newer version of mdbootstrap has been released post Beijing release. This new version has an error which is causing a jenkins build failure. The version is being set to the version that was used at the time of the Beijing release (4.5.3) in order to fix the failing build. The code will still match the released artifacts, since version 4.5.3 is contained in the release. Change-Id: I45545119ff127c20d588be5fd08c6b367d18de03 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1072 (cherry picked from commit d081361033fc48f12ce95d3b36717ceca0abf10c)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 244e1de..91d67f9 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
- "mdbootstrap": "^4.3.3",
+ "mdbootstrap": "4.5.3",
"ng2-ace-editor": "0.1.9",
"ng2-bootstrap-modal": "1.0.1",
"ng2-bs3-modal": "0.10.4",
@@ -73,4 +73,4 @@
"tslint": "~5.3.2",
"typescript": "~2.3.3"
}
-} \ No newline at end of file
+}