diff --git a/bower.json b/bower.json index 8939bba..b8da45f 100644 --- a/bower.json +++ b/bower.json @@ -3,10 +3,10 @@ "version": "1.0.0", "homepage": "https://github.com/najlepsiwebdesigner/foundation-datepicker", "authors": [ - "Peter Beňo " + "Peter Beňo " ], "description": "Foundation datepicker jQuery plugin", - "main": "js/foundation-datepicker.js", + "main": ["js/foundation-datepicker.js","stylesheets/foundation-datepicker.css"], "keywords": [ "foundation", "datepicker", @@ -21,4 +21,5 @@ "test", "tests" ] + }