Skip to content

Commit 18879e1

Browse files
committed
new release
1 parent 764c218 commit 18879e1

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-selectric",
33
"description": "Fast, simple and light jQuery plugin to customize HTML selects",
4-
"version": "1.9.6",
4+
"version": "1.10.0",
55
"keywords": [
66
"select",
77
"selectbox",

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selectric",
3-
"version": "1.9.6",
3+
"version": "1.10.0",
44
"main": "public/jquery.selectric.js",
55
"title": "jQuery Selectric",
66
"author": {
@@ -28,42 +28,42 @@
2828
"url": "https://github.com/lcdsantos/jQuery-Selectric.git"
2929
},
3030
"dependencies": {
31-
"jquery": "^2.2.2"
31+
"codecov": "^1.0.1",
32+
"jquery": "^3.0.0"
3233
},
3334
"devDependencies": {
34-
"codecov.io": "^0.1.6",
35-
"eslint": "^2.5.3",
35+
"eslint": "^2.13.1",
3636
"gulp": "^3.9.1",
3737
"gulp-autoprefixer": "^3.1.0",
38-
"gulp-bump": "^2.1.0",
39-
"gulp-connect": "^3.2.2",
38+
"gulp-bump": "^2.2.0",
39+
"gulp-connect": "^4.1.0",
4040
"gulp-csscomb": "^3.0.7",
4141
"gulp-eslint": "^2.0.0",
4242
"gulp-gh-pages": "^0.5.4",
43-
"gulp-header": "^1.7.1",
44-
"gulp-load-plugins": "^1.2.0",
43+
"gulp-header": "^1.8.7",
44+
"gulp-load-plugins": "^1.2.4",
4545
"gulp-rename": "^1.2.2",
46-
"gulp-sass": "^2.2.0",
47-
"gulp-uglify": "^1.5.3",
46+
"gulp-sass": "^2.3.2",
47+
"gulp-uglify": "^1.5.4",
4848
"gulp-util": "^3.0.7",
4949
"gulp-zip": "^3.2.0",
50-
"istanbul": "^0.4.2",
50+
"istanbul": "^0.4.4",
5151
"jasmine-core": "^2.4.1",
52-
"karma": "^0.13.22",
53-
"karma-chrome-launcher": "^0.2.3",
54-
"karma-coverage": "^0.5.5",
55-
"karma-firefox-launcher": "^0.1.7",
56-
"karma-jasmine": "^0.3.8",
52+
"karma": "^1.1.0",
53+
"karma-chrome-launcher": "^1.0.1",
54+
"karma-coverage": "^1.0.0",
55+
"karma-firefox-launcher": "^1.0.0",
56+
"karma-jasmine": "^1.0.2",
5757
"karma-jasmine-jquery": "^0.1.1",
58-
"karma-mocha-reporter": "^2.0.0",
59-
"karma-phantomjs-launcher": "^1.0.0",
58+
"karma-mocha-reporter": "^2.0.4",
59+
"karma-phantomjs-launcher": "^1.0.1",
6060
"phantomjs-prebuilt": "^2.1.7"
6161
},
6262
"scripts": {
6363
"test": "npm run lint && npm run test:single",
6464
"test:single": "karma start --single-run --browsers PhantomJS",
6565
"test:watch": "karma start",
6666
"lint": "eslint src/*.js",
67-
"codecov": "cat coverage/*/lcov.info | codecov"
67+
"codecov": "codecov"
6868
}
6969
}

public/jquery.selectric.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* /,'
1010
* /'
1111
*
12-
* Selectric ϟ v1.9.6 (Mar 28 2016) - http://lcdsantos.github.io/jQuery-Selectric/
12+
* Selectric ϟ v1.10.0 (Jun 30 2016) - http://lcdsantos.github.io/jQuery-Selectric/
1313
*
1414
* Copyright (c) 2016 Leonardo Santos; MIT License
1515
*

public/jquery.selectric.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/selectric.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*======================================
2-
Selectric v1.9.6
2+
Selectric v1.10.0
33
======================================*/
44

55
.selectric-wrapper {
@@ -41,7 +41,7 @@
4141
color: #BBB;
4242
text-align: center;
4343
font: 0/0 a;
44-
*font: 20px / 38px Lucida Sans Unicode, Arial Unicode MS, Arial;
44+
*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
4545
}
4646
.selectric .button:after {
4747
content: " ";

selectric.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selectric",
3-
"version": "1.9.6",
3+
"version": "1.10.0",
44
"title": "jQuery Selectric",
55
"author": {
66
"name": "Leonardo Santos",

0 commit comments

Comments
 (0)