address jquery version conflict

This commit is contained in:
ansuz 2019-12-02 11:56:29 -05:00
parent e39257672c
commit aa6beebe6a
1 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@
"requirejs-plugins": "^1.0.3"
},
"resolutions": {
"bootstrap": "^v4.0.0"
"bootstrap": "^v4.0.0",
"jquery": "2.2.4"
}
}