From 2289542ec060d50484b468acc805fb446e1e728a Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Sun, 16 Feb 2014 15:43:49 +0200 Subject: [PATCH] support legacy jquery --- registry.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 4a9cf20..c5fe7cb 100644 --- a/registry.json +++ b/registry.json @@ -21,7 +21,10 @@ "foundation": "github:zurb/bower-foundation", "hammer": "github:EightMedia/hammer.js", "intro": "github:usablica/intro.js", - "jquery": "npm:jquery", + "jquery": "github:components/jquery", + "jquery@1.11.0": "npm:jquery", + "jquery@2.0.0": "github:components/jquery", + "jquery@2.1.0": "npm:jquery", "jquery-file-upload": "github:blueimp/jQuery-File-Upload", "jquery-pjax": "github:defunkt/jquery-pjax", "jquery.cookie": "github:carhartl/jquery-cookie",