Skip to content
This repository was archived by the owner on Dec 26, 2019. It is now read-only.

Commit 97f8422

Browse files
committed
Merge pull request #16 from tszpinda/master
Update `bootstrap-datepicker` and fix CSS file import Thank you @ssured, @tszpinda, and @btecu!
2 parents 9f87019 + e7b7f19 commit 97f8422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"qunit": "~1.15.0"
1616
},
1717
"devDependencies": {
18-
"bootstrap-datepicker": "~1.3.1"
18+
"bootstrap-datepicker": "~1.4.0"
1919
}
2020
}

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ module.exports = {
88
this._super.included(app);
99

1010
app.import(app.bowerDirectory + '/bootstrap-datepicker/js/bootstrap-datepicker.js');
11-
app.import(app.bowerDirectory + '/bootstrap-datepicker/css/datepicker.css');
11+
app.import(app.bowerDirectory + '/bootstrap-datepicker/dist/css/bootstrap-datepicker.css');
1212
}
1313
};

0 commit comments

Comments
 (0)