Skip to content

Commit

Permalink
loosen jquery version dependency
Browse files Browse the repository at this point in the history
The previous jQuery version dependency tied the plugin to version 1.7,
not 1.7.1 or higher. I'm assuming this is compatible with 2.X too, so
loosened it to >=1.7. If it's not 2.X compatible, you could tighten it
to ~1.7 for all 1.X releases after 1.7
  • Loading branch information
fidothe committed May 6, 2014
1 parent d182c67 commit 1a4e3cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"license": "MIT",
"ignore": [],
"dependencies": {
"jquery": "1.7.0"
"jquery": ">=1.7.0"
},
"devDependencies": {}
}
}

0 comments on commit 1a4e3cf

Please sign in to comment.