Skip to content

Commit d965aa2

Browse files
committed
Version 1.2.1.
1 parent 79654c3 commit d965aa2

File tree

6 files changed

+4906
-253
lines changed

6 files changed

+4906
-253
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
/bower_components
33
/.idea
44
*.iml
5+
*.log
6+
/dist

bower.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"name": "checkboxes.js",
3-
"version": "1.2.0",
4-
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
5-
"authors": [
6-
"Rubens Mariuzzo <rubens@mariuzzo.com>"
7-
],
8-
"description": "A jQuery plugin that give you nice powers over your checkboxes.",
9-
"main": "src/jquery.checkboxes.js",
10-
"keywords": [
11-
"checkbox",
12-
"checkboxes",
13-
"jquery",
14-
"plugin",
15-
"check",
16-
"uncheck",
17-
"range",
18-
"selection"
19-
],
20-
"license": "MIT",
21-
"ignore": [
22-
"**/.*",
23-
"node_modules",
24-
"bower_components",
25-
"test",
26-
"tests"
27-
],
28-
"dependencies": {
29-
"jquery": "^2.0.0"
30-
}
2+
"name": "checkboxes.js",
3+
"version": "1.2.1",
4+
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
5+
"authors": [
6+
"Rubens Mariuzzo <rubens@mariuzzo.com>"
7+
],
8+
"description": "A jQuery plugin that give you nice powers over your checkboxes.",
9+
"main": "src/jquery.checkboxes.js",
10+
"keywords": [
11+
"checkbox",
12+
"checkboxes",
13+
"jquery",
14+
"plugin",
15+
"check",
16+
"uncheck",
17+
"range",
18+
"selection"
19+
],
20+
"license": "MIT",
21+
"ignore": [
22+
"**/.*",
23+
"node_modules",
24+
"bower_components",
25+
"test",
26+
"tests"
27+
],
28+
"dependencies": {
29+
"jquery": "^3.3.1"
30+
}
3131
}

dist/jquery.checkboxes-1.2.0.js

Lines changed: 0 additions & 212 deletions
This file was deleted.

dist/jquery.checkboxes-1.2.0.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)