Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

add override for bootstrap-datepicker #938

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions package-overrides/npm/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"dependencies": {
"jquery": "^2.2.4",
"jquery-ui": "*"
},
"shim": {
"dist/locales/*": {
"deps": [
"jquery-ui",
"bootstrap-datepicker"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be added as dependencies as well as to the shim.

]
}
}
}