Skip to content

Commit b075f4c

Browse files
author
James Martin
committed
Updating bower.json file to reflect some changes
1 parent 4463256 commit b075f4c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

bower.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,29 @@
33
"version": "1.1.6",
44
"homepage": "https://github.com/danielfarrell/bootstrap-combobox",
55
"authors": [
6-
"Daniel Farrell <[email protected]>"
6+
"Daniel Farrell <[email protected]>",
7+
"Patrick Wiseman",
8+
"James Martin <[email protected]"
79
],
810
"main": [
911
"less/combobox.less",
1012
"css/bootstrap-combobox.css",
1113
"js/bootstrap-combobox.js"
1214
],
13-
"license": "MIT",
15+
"license": "Apache 2.0",
1416
"ignore": [
1517
"**/.*",
1618
"node_modules",
1719
"bower_components",
1820
"test",
1921
"tests"
22+
],
23+
"description": "A bootstrap styled combobox with typeahead searching",
24+
"moduleType": [],
25+
"keywords": [
26+
"bootstrap",
27+
"jquery",
28+
"combobox",
29+
"typeahead"
2030
]
2131
}

0 commit comments

Comments
 (0)