From edbbeddcae6dc1e8cfed7345d9d68ab7fc277331 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 26 Aug 2013 22:43:24 -0700 Subject: [PATCH] clean up some configs --- build/component.json | 4 ++-- fullcalendar.jquery.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/component.json b/build/component.json index 9da237b..4d44cda 100644 --- a/build/component.json +++ b/build/component.json @@ -1,6 +1,6 @@ { "main": [ - "./fullcalendar.js", - "./fullcalendar.css" + "fullcalendar.js", + "fullcalendar.css" ] } \ No newline at end of file diff --git a/fullcalendar.jquery.json b/fullcalendar.jquery.json index e1726ec..b7b076d 100644 --- a/fullcalendar.jquery.json +++ b/fullcalendar.jquery.json @@ -1,6 +1,7 @@ { "name": "fullcalendar", "version": "1.6.3", + "dependencies": { "jquery": "~1.10.2" },