From 6c16c92cd0082f26c6b9c3d089094f5deb1f349c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Knejzl=C3=ADk?= Date: Tue, 16 Feb 2016 17:11:52 +0100 Subject: [PATCH] include css file in bower --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 6702b38..1f980f8 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": [