File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jquery-nice-select" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "authors" : [
55 " Hernán Sartorio <hello@hernansartorio.com>"
66 ],
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ <h1>jQuery Nice Select</h1>
2222
2323 < p > A lightweight jQuery plugin that replaces native select elements with customizable dropdowns.</ p >
2424
25- < a href ="https://github.com/hernansartorio/jquery-nice-select/archive/v1.0.zip " class ="button "> Download</ a >
25+ < a href ="https://github.com/hernansartorio/jquery-nice-select/archive/v1.1. 0.zip " class ="button "> Download</ a >
2626 < a href ="https://github.com/hernansartorio/jquery-nice-select " class ="button light "> View on GitHub</ a >
2727 </ div >
2828
@@ -168,7 +168,7 @@ <h2>Use responsibly</h2>
168168
169169 < p > < a href ="http://www.lukew.com/ff/entry.asp?1950 "> Dropdowns should be the UI of last resort.</ a > </ p >
170170
171- < a href ="https://github.com/hernansartorio/jquery-nice-select/archive/v1.0.zip " class ="button "> Download</ a >
171+ < a href ="https://github.com/hernansartorio/jquery-nice-select/archive/v1.1. 0.zip " class ="button "> Download</ a >
172172 < a href ="https://github.com/hernansartorio/jquery-nice-select " class ="button light "> View on GitHub</ a >
173173
174174 < div class ="credit ">
Original file line number Diff line number Diff line change 1- /* jQuery Nice Select - v1.0
1+ /* jQuery Nice Select - v1.1. 0
22 https://github.com/hernansartorio/jquery-nice-select
33 Made by Hernán Sartorio */
44
Original file line number Diff line number Diff line change 11{
22 "name" : " jquery-nice-select" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " A lightweight jQuery plugin that replaces native select elements with customizable dropdowns." ,
5- "main" : " gulpfile.js" ,
6- "dependencies" : {},
5+ "main" : " ./js/jquery.nice-select.min.js" ,
6+ "dependencies" : {
7+ "jquery" : " ^2.2.3"
8+ },
79 "devDependencies" : {
810 "gulp" : " ^3.9.0" ,
911 "gulp-autoprefixer" : " ^3.1.0" ,
You can’t perform that action at this time.
0 commit comments