Skip to content

Commit

Permalink
loosen jquery version requirement for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Oct 13, 2013
1 parent a4dcd8f commit f36a4f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"./build/css/intlTelInput.css"
],
"dependencies": {
"jquery": "~1.8"
"jquery": ">= 1.8.0"
},
"devDependencies": {
"jasmine": "~1.3",
Expand Down
2 changes: 1 addition & 1 deletion intl-tel-input.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "http://jackocnr.com"
},
"dependencies": {
"jquery": "~1.9"
"jquery": ">= 1.8.0"
},
"demo": "http://jackocnr.com/intl-tel-input.html",
"title": "International Telephone Input"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"author": "Jack O'Connor (http://jackocnr.com)",
"devDependencies": {
"jquery": "~1.8",
"jquery": ">= 1.8.0",
"grunt": "~0.4.1",
"grunt-contrib-sass": "~0.3.0",
"grunt-contrib-jshint": "~0.5.4",
Expand Down

0 comments on commit f36a4f4

Please sign in to comment.