From 1fab78e09c6dcfc3ba263104f42215d1b23a801f Mon Sep 17 00:00:00 2001 From: Jae Choi Date: Mon, 27 Jun 2016 11:12:26 +1000 Subject: [PATCH] Adding default CSS file to Bower main --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 6702b38..d3f64c5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,9 @@ { "name": "angularjs-datetime-picker", - "main": "angularjs-datetime-picker.js", + "main": [ + "angularjs-datetime-picker.js", + "angularjs-datetime-picker.css" + ] "version": "0.1.20", "homepage": "https://github.com/kineticsocial/angularjs-datetime-picker", "authors": [