We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d965aa2 commit 03ccadeCopy full SHA for 03ccade
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "checkboxes.js",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
5
"authors": [
6
"Rubens Mariuzzo <[email protected]>"
package.json
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
"keywords": [
"checkbox",
@@ -23,7 +23,8 @@
23
"url": "https://github.com/rmariuzzo/checkboxes.js.git"
24
},
25
"scripts": {
26
- "test": "grunt travis --verbose"
+ "test": "grunt travis --verbose",
27
+ "build": "grunt build"
28
29
"dependencies": {
30
"jquery": "^3.3.1"
0 commit comments