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 79dbcfc commit f63e254Copy full SHA for f63e254
bower.json
@@ -1,27 +1,26 @@
1
{
2
"name": "pretty-checkbox",
3
- "version": "1.1.1",
+ "version": "1.2.0",
4
"description": "Scalable css3 pretty checkbox and radio buttons",
5
"license": "MIT",
6
"main": "src/pretty.css",
7
"homepage": "https://lokesh-coder/github.io/pretty-checkbox",
8
"authors": [
9
"Lokesh <mexican.dirtyfellow@gmail.com>"
10
],
11
- "ignore": ["Gulpfile.js"],
12
- "dependencies": {} ,
13
- "keywords": [
14
- "checkbox",
15
- "radio",
16
- "bootstrap",
17
- "css3",
18
- "animations"
19
- ],
20
"ignore": [
21
"**/.*",
22
"node_modules",
23
"bower_components",
24
"test",
25
"tests"
+ ],
+ "dependencies": {},
+ "keywords": [
+ "checkbox",
+ "radio",
+ "bootstrap",
+ "css3",
+ "animations"
26
]
27
-}
+}
0 commit comments