Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdsantos committed Jun 30, 2016
1 parent 764c218 commit 18879e1
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-selectric",
"description": "Fast, simple and light jQuery plugin to customize HTML selects",
"version": "1.9.6",
"version": "1.10.0",
"keywords": [
"select",
"selectbox",
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selectric",
"version": "1.9.6",
"version": "1.10.0",
"main": "public/jquery.selectric.js",
"title": "jQuery Selectric",
"author": {
Expand Down Expand Up @@ -28,42 +28,42 @@
"url": "https://github.com/lcdsantos/jQuery-Selectric.git"
},
"dependencies": {
"jquery": "^2.2.2"
"codecov": "^1.0.1",
"jquery": "^3.0.0"
},
"devDependencies": {
"codecov.io": "^0.1.6",
"eslint": "^2.5.3",
"eslint": "^2.13.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^2.1.0",
"gulp-connect": "^3.2.2",
"gulp-bump": "^2.2.0",
"gulp-connect": "^4.1.0",
"gulp-csscomb": "^3.0.7",
"gulp-eslint": "^2.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.7.1",
"gulp-load-plugins": "^1.2.0",
"gulp-header": "^1.8.7",
"gulp-load-plugins": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"istanbul": "^0.4.2",
"istanbul": "^0.4.4",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.1",
"phantomjs-prebuilt": "^2.1.7"
},
"scripts": {
"test": "npm run lint && npm run test:single",
"test:single": "karma start --single-run --browsers PhantomJS",
"test:watch": "karma start",
"lint": "eslint src/*.js",
"codecov": "cat coverage/*/lcov.info | codecov"
"codecov": "codecov"
}
}
2 changes: 1 addition & 1 deletion public/jquery.selectric.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* /,'
* /'
*
* Selectric ϟ v1.9.6 (Mar 28 2016) - http://lcdsantos.github.io/jQuery-Selectric/
* Selectric ϟ v1.10.0 (Jun 30 2016) - http://lcdsantos.github.io/jQuery-Selectric/
*
* Copyright (c) 2016 Leonardo Santos; MIT License
*
Expand Down
4 changes: 2 additions & 2 deletions public/jquery.selectric.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/selectric.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*======================================
Selectric v1.9.6
Selectric v1.10.0
======================================*/

.selectric-wrapper {
Expand Down Expand Up @@ -41,7 +41,7 @@
color: #BBB;
text-align: center;
font: 0/0 a;
*font: 20px / 38px Lucida Sans Unicode, Arial Unicode MS, Arial;
*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
content: " ";
Expand Down
2 changes: 1 addition & 1 deletion selectric.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selectric",
"version": "1.9.6",
"version": "1.10.0",
"title": "jQuery Selectric",
"author": {
"name": "Leonardo Santos",
Expand Down

0 comments on commit 18879e1

Please sign in to comment.