Skip to content

Commit

Permalink
v1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Apr 5, 2018
1 parent d965aa2 commit 03ccade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkboxes.js",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
"authors": [
"Rubens Mariuzzo <rubens@mariuzzo.com>"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkboxes.js",
"version": "1.2.1",
"version": "1.2.2",
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
"keywords": [
"checkbox",
Expand All @@ -23,7 +23,8 @@
"url": "https://github.com/rmariuzzo/checkboxes.js.git"
},
"scripts": {
"test": "grunt travis --verbose"
"test": "grunt travis --verbose",
"build": "grunt build"
},
"dependencies": {
"jquery": "^3.3.1"
Expand Down

0 comments on commit 03ccade

Please sign in to comment.