From 9415079af679a5259c7229d7db575caa7601e1fa Mon Sep 17 00:00:00 2001 From: moderndegree Date: Mon, 11 Feb 2013 20:38:26 -0600 Subject: [PATCH] component.json as requested --- component.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 4cc36f7..a30708a 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "version": "1.0.0", "main": ["js/bootstrap-datepicker.js","css/datepicker.css"], "dependencies": { - "jquery": "~1.8.1", - "bootstrap": "~2.1.1" + "jquery" : ">=1.7.1", + "bootstrap" : ">=2.0.4" } } \ No newline at end of file