Skip to content

Commit

Permalink
set min required version of jQuery to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hustlzp committed Feb 10, 2014
1 parent 8e6ef7b commit a822041
Show file tree
Hide file tree
Showing 2 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 @@ -16,6 +16,6 @@
"tests"
],
"dependencies": {
"jquery": "~2.1.0"
"jquery": ">=1.6"
}
}
4 changes: 2 additions & 2 deletions jquery.s2t.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* jquery-s2t v0.0.2
* jquery-s2t v0.1.0
*
* https://github.com/hustlzp/jquery-s2t
* A jQuery plugin to convert between Simplified Chinese and Traditional Chinese.
* Tested in IE6+, Chrome, Firefox.
*
* Copyright 2013 hustlzp
* Copyright 2013-2014 hustlzp
* Released under the MIT license
*/

Expand Down

0 comments on commit a822041

Please sign in to comment.