Skip to content

Commit

Permalink
Version 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Apr 5, 2018
1 parent 79654c3 commit d965aa2
Show file tree
Hide file tree
Showing 6 changed files with 4,906 additions and 253 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/bower_components
/.idea
*.iml
*.log
/dist
58 changes: 29 additions & 29 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "checkboxes.js",
"version": "1.2.0",
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
"authors": [
"Rubens Mariuzzo <[email protected]>"
],
"description": "A jQuery plugin that give you nice powers over your checkboxes.",
"main": "src/jquery.checkboxes.js",
"keywords": [
"checkbox",
"checkboxes",
"jquery",
"plugin",
"check",
"uncheck",
"range",
"selection"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.0.0"
}
"name": "checkboxes.js",
"version": "1.2.1",
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
"authors": [
"Rubens Mariuzzo <[email protected]>"
],
"description": "A jQuery plugin that give you nice powers over your checkboxes.",
"main": "src/jquery.checkboxes.js",
"keywords": [
"checkbox",
"checkboxes",
"jquery",
"plugin",
"check",
"uncheck",
"range",
"selection"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.3.1"
}
}
212 changes: 0 additions & 212 deletions dist/jquery.checkboxes-1.2.0.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/jquery.checkboxes-1.2.0.min.js

This file was deleted.

Loading

0 comments on commit d965aa2

Please sign in to comment.