From c7fc40b2f3a94fef5e80889436abd8f9d0cb2c9a Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 8 Jul 2015 23:14:09 +0200 Subject: [PATCH] Add bootstrap-datepicker in the components credits --- lib/Vroom/Constants.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Vroom/Constants.pm b/lib/Vroom/Constants.pm index 5dbda81..ab16147 100644 --- a/lib/Vroom/Constants.pm +++ b/lib/Vroom/Constants.pm @@ -55,6 +55,9 @@ use constant COMPONENTS => { }, "tocjs" => { url => "https://github.com/nghuuphuoc/tocjs" + }, + "bootstrap-datpicker" => { + url => "https://bootstrap-datepicker.readthedocs.org/en/latest/" } };