AdminLTE/bower_components/bootstrap-datepicker
REJack 785cd511fd
updated bower components
- updated bootstrap-datepicker to 1.9.0
- updated chart.js to 1.1.1
- updated ckeditor to 4.12.1
- updated jquery to 3.4.1
- updated raphael to 2.2.7
- updated select2 to 4.0.8
2019-08-09 13:38:10 +02:00
..
.github Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
build Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
dist updated bower components 2019-08-09 13:38:10 +02:00
docs updated bower components 2019-08-09 13:38:10 +02:00
grunt Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
js updated bower components 2019-08-09 13:38:10 +02:00
less Run bower update 2018-07-14 17:11:55 -04:00
tests updated bower components 2019-08-09 13:38:10 +02:00
.bower.json updated bower components 2019-08-09 13:38:10 +02:00
.editorconfig updated bower components 2019-08-09 13:38:10 +02:00
.gitignore Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
.travis.yml updated bower components 2019-08-09 13:38:10 +02:00
CHANGELOG.md updated bower components 2019-08-09 13:38:10 +02:00
CODE_OF_CONDUCT.md updated bower components 2019-08-09 13:38:10 +02:00
CONTRIBUTING.md updated bower components 2019-08-09 13:38:10 +02:00
Gruntfile.js Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
LICENSE Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
README.md Fix issue #1664 and update bower plugins 2017-10-08 18:36:36 -04:00
bower.json Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
composer.json Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
package.json updated bower components 2019-08-09 13:38:10 +02:00
yarn.lock updated bower components 2019-08-09 13:38:10 +02:00

README.md

bootstrap-datepicker

Join the chat at https://gitter.im/uxsolutions/bootstrap-datepicker Build Status GitHub license npm Twitter Follow

Versions are incremented according to semver.

CDN

You can use the CloudFlare powered cdnjs.com on your website.

bootstrap-datepicker on cdnjs

Please note: It might take a few hours until a new version is available on cdnjs.

Development

Once you cloned the repo, you'll need to install grunt and the development dependencies using a package manager:

  • yarn (recommended):
$ [sudo] yarn global add grunt-cli
$ yarn install
$ [sudo] npm install --global grunt-cli
$ npm install