Skip to content

Commit f63e254

Browse files
committed
v1.2.0
1 parent 79dbcfc commit f63e254

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

bower.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
{
22
"name": "pretty-checkbox",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Scalable css3 pretty checkbox and radio buttons",
55
"license": "MIT",
66
"main": "src/pretty.css",
77
"homepage": "https://lokesh-coder/github.io/pretty-checkbox",
88
"authors": [
99
"Lokesh <mexican.dirtyfellow@gmail.com>"
1010
],
11-
"ignore": ["Gulpfile.js"],
12-
"dependencies": {} ,
13-
"keywords": [
14-
"checkbox",
15-
"radio",
16-
"bootstrap",
17-
"css3",
18-
"animations"
19-
],
2011
"ignore": [
2112
"**/.*",
2213
"node_modules",
2314
"bower_components",
2415
"test",
2516
"tests"
17+
],
18+
"dependencies": {},
19+
"keywords": [
20+
"checkbox",
21+
"radio",
22+
"bootstrap",
23+
"css3",
24+
"animations"
2625
]
27-
}
26+
}

0 commit comments

Comments
 (0)