summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Albin Wilkins <john@albin.net>2013-06-23 22:14:10 +0800
committerJohn Albin Wilkins <john@albin.net>2013-06-23 22:14:10 +0800
commit141f72923ad93e23f9e4685ffc1bcc58aae03e2a (patch)
tree591ae041aa84c0c3243371184abcd89fe540807b
parentae3a7135271fe0d24f8ada4cfde070c6dd138726 (diff)
downloadjquery-once-141f72923ad93e23f9e4685ffc1bcc58aae03e2a.zip
jquery-once-141f72923ad93e23f9e4685ffc1bcc58aae03e2a.tar.gz
jquery-once-141f72923ad93e23f9e4685ffc1bcc58aae03e2a.tar.bz2
Don't limit jQuery.once usage to jQuery 1.8.
It works with jQuery 2 as well.
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 1f3aeb7..85426d1 100644
--- a/bower.json
+++ b/bower.json
@@ -6,7 +6,7 @@
"jquery"
],
"dependencies": {
- "jquery": "~1.8.0"
+ "jquery": ">=1.8.0"
},
"main": "jquery.once.js"
}