diff --git a/bower.json b/bower.json index 36041e3..452f296 100644 --- a/bower.json +++ b/bower.json @@ -7,8 +7,8 @@ ], "description": "The Baremetrics date range picker is a simplified solution for selecting both date ranges and single dates all from a single calender view. There aren't a billion options but the code is pretty basic and modular so feel free to edit however to meet your own needs.", "main": [ - "dev/js/Calendar.js", - "dev/sass/application.scss" + "public/js/Calendar.js", + "public/css/application.css" ], "dependencies": { "moment": "2.10.3",