Skip to content

Commit 00a3169

Browse files
committed
updated
1 parent 009dbfd commit 00a3169

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

bower.json

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "bootstrap-switch-button",
33
"description": "Bootstrap Switch Button is a Bootstrap plugin/widget that converts checkboxes into switch buttons",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"keywords": [
66
"bootstrap",
7-
"bootstrap4",
7+
"bootstrap4",
88
"bootstrap 4",
99
"bootstrap 4 switch",
1010
"bootstrap 4 toggle",
11-
"bootstrap-switch",
12-
"bootstrap-toggle",
11+
"bootstrap-switch",
12+
"bootstrap-toggle",
1313
"bootstrap-switch-button",
14-
"toggle"
14+
"toggle"
1515
],
1616
"homepage": "https://gitbrent.github.io/bootstrap-switch-button/",
1717
"repository": {
@@ -24,14 +24,9 @@
2424
"url": "https://github.com/gitbrent/"
2525
},
2626
"main": [
27-
"./js/bootstrap-switch-button.js",
27+
"./dist/bootstrap-switch-button.min.js",
28+
"./dist/bootstrap-switch-button.min.js.map",
2829
"./css/bootstrap-switch-button.css"
2930
],
30-
"ignore": [
31-
"**/.*",
32-
"node_modules",
33-
"bower_components",
34-
"test",
35-
"tests"
36-
]
31+
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"]
3732
}

0 commit comments

Comments
 (0)