From e7a70dbed9be1924bf7b36e212c75e5b3ba3bc64 Mon Sep 17 00:00:00 2001 From: Sandeep Kamath Date: Sat, 25 Apr 2015 12:56:25 +0530 Subject: [PATCH] fixed bower.json by removing BOM --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index bd33e11..26717f8 100644 --- a/bower.json +++ b/bower.json @@ -1,4 +1,4 @@ -{ +{ "name": "kbwood_countdown", "version": "2.0.2", "description": "This plugin sets a div or span to show a countdown to a given time. * Standard or compact formats, or create your own layout. * Decide which periods to show. * Count up from a date/time instead. * Cater for timezone differences and synchronise with server time. * Over 50 localisations.", @@ -26,4 +26,4 @@ "dependencies": { "jquery": ">=1.4" } -} \ No newline at end of file +}