From 1532ea3303e3b711d58062e209610a31600e89b6 Mon Sep 17 00:00:00 2001 From: Wifsimster Date: Fri, 8 Jul 2016 09:44:08 +0200 Subject: [PATCH] Fix jQuery 3.0.0 incompatibility --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 7bdb05a..5db4868 100644 --- a/bower.json +++ b/bower.json @@ -3,5 +3,5 @@ "version": "0.6.2", "main": "js/mylibs/enscroll.js", "ignore": ["**/*.md", "**/*.png", "**/*.jpg", "**/*.gif", "releases/*", "README", "**/*.html", "**/*.ico", "**/*.txt", "**/*.handlebars"], - "dependencies": {"jquery": ">1.7.1"} + "dependencies": {"jquery": ">1.7.1 <=2.2.4"} }