From 6548171d9db1078a86b61805f4d65163006e478d Mon Sep 17 00:00:00 2001 From: Tyler van der Hoeven Date: Tue, 15 Dec 2015 12:55:30 -0500 Subject: [PATCH] updated bower package --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",