Skip to content

Commit 688e63d

Browse files
committed
updated for new version
1 parent ad1869d commit 688e63d

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

bower.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
{
2-
"name": "bootstrap-toggle",
3-
"description": "Bootstrap Toggle is a highly flexible Bootstrap plugin that converts checkboxes into toggles",
4-
"version": "2.2.1",
2+
"name": "bootstrap4-toggle",
3+
"description": "Bootstrap4 Toggle is a Bootstrap plugin/widget that converts checkboxes into toggles",
4+
"version": "3.0.0",
55
"keywords": [
66
"bootstrap",
7-
"toggle",
8-
"bootstrap-toggle",
7+
"bootstrap4",
8+
"bootstrap-switch",
9+
"bootstrap-toggle",
10+
"bootstrap4-toggle",
911
"switch",
10-
"bootstrap-switch"
12+
"toggle"
1113
],
12-
"homepage": "http://www.bootstraptoggle.com",
14+
"homepage": "https://gitbrent.github.io/bootstrap4-toggle/",
1315
"repository": {
1416
"type": "git",
15-
"url": "https://github.com/minhur/bootstrap-toggle.git"
17+
"url": "https://github.com/gitbrent/bootstrap4-toggle.git"
1618
},
1719
"license": "MIT",
18-
"authors": [
19-
"Min Hur <min.hur@gmail.com>"
20-
],
20+
"author": {
21+
"name": "Brent Ely",
22+
"url": "https://github.com/gitbrent/"
23+
},
2124
"main": [
22-
"./js/bootstrap-toggle.min.js",
23-
"./css/bootstrap-toggle.min.css"
25+
"./js/bootstrap4-toggle.min.js",
26+
"./css/bootstrap4-toggle.min.css"
2427
],
2528
"ignore": [
2629
"**/.*",

0 commit comments

Comments
 (0)