Skip to content

Commit

Permalink
Updated jQuery dependency (fixes selectize#199).
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Dec 1, 2013
1 parent dfcdf60 commit 1841f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Selectize is an extensible jQuery-based custom <select> UI control. It's u

### Dependencies

- [jquery](https://github.com/jquery/jquery)
- [jquery](https://github.com/jquery/jquery) (1.7 and greater)
- [sifter](https://github.com/brianreavis/sifter.js) (bundled in ["standalone" build](dist/js/standalone))
- [microplugin](https://github.com/brianreavis/microplugin.js) (bundled in ["standalone" build](dist/js/standalone))

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"*.sh"
],
"dependencies": {
"jquery": ">=0.6.0",
"jquery": ">=1.7.0",
"sifter": "0.3.x",
"microplugin": "0.0.x"
},
Expand Down

0 comments on commit 1841f25

Please sign in to comment.