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

Commit

Permalink
feat(bootstrap-datepicker): add override for eternicode/bootstrap-dat…
Browse files Browse the repository at this point in the history
  • Loading branch information
cAhmad committed Jul 12, 2016
1 parent 6632236 commit c78a5b3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package-overrides/npm/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"npm:[email protected]": {
"dependencies": {
"jquery": ">=1.7.1 <3.0.0",
"jquery-ui": "*"
},
"shim": {
"dist/locales/*": {
"deps": [
"jquery-ui",
"bootstrap-datepicker"
]
}
}
}
}

0 comments on commit c78a5b3

Please sign in to comment.