From bdbb74f72ca10153f7788a8d9ff8786c23db3f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20OSX?= Date: Mon, 9 May 2016 01:28:26 -0300 Subject: [PATCH] Bump version and improve package.json --- bower.json | 2 +- index.html | 4 ++-- js/jquery.nice-select.js | 2 +- package.json | 8 +++++--- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 7542471..366630c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-nice-select", - "version": "1.0.0", + "version": "1.1.0", "authors": [ "Hernán Sartorio " ], diff --git a/index.html b/index.html index 052ec00..aef1598 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@

jQuery Nice Select

A lightweight jQuery plugin that replaces native select elements with customizable dropdowns.

- Download + Download View on GitHub @@ -168,7 +168,7 @@

Use responsibly

Dropdowns should be the UI of last resort.

- Download + Download View on GitHub
diff --git a/js/jquery.nice-select.js b/js/jquery.nice-select.js index 75ceaaf..57fe3b2 100644 --- a/js/jquery.nice-select.js +++ b/js/jquery.nice-select.js @@ -1,4 +1,4 @@ -/* jQuery Nice Select - v1.0 +/* jQuery Nice Select - v1.1.0 https://github.com/hernansartorio/jquery-nice-select Made by Hernán Sartorio */ diff --git a/package.json b/package.json index 8374dee..c139d9c 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "jquery-nice-select", - "version": "1.0.0", + "version": "1.1.0", "description": "A lightweight jQuery plugin that replaces native select elements with customizable dropdowns.", - "main": "gulpfile.js", - "dependencies": {}, + "main": "./js/jquery.nice-select.min.js", + "dependencies": { + "jquery": "^2.2.3" + }, "devDependencies": { "gulp": "^3.9.0", "gulp-autoprefixer": "^3.1.0",