Skip to content

Commit 03ccade

Browse files
committed
v1.2.2.
1 parent d965aa2 commit 03ccade

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkboxes.js",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
55
"authors": [
66
"Rubens Mariuzzo <[email protected]>"

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkboxes.js",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
55
"keywords": [
66
"checkbox",
@@ -23,7 +23,8 @@
2323
"url": "https://github.com/rmariuzzo/checkboxes.js.git"
2424
},
2525
"scripts": {
26-
"test": "grunt travis --verbose"
26+
"test": "grunt travis --verbose",
27+
"build": "grunt build"
2728
},
2829
"dependencies": {
2930
"jquery": "^3.3.1"

0 commit comments

Comments
 (0)