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