We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a789e06 commit d84ffd1Copy full SHA for d84ffd1
bower.json
@@ -2,7 +2,7 @@
2
"name": "multiselect",
3
"version": "0.9.12",
4
"description" : "A user-friendlier drop-in replacement for the standard select with multiple attribute activated.",
5
- "license" : "WTFPL",
+ "license" : "MIT",
6
"main": [
7
"./css/multi-select.css",
8
"./img/switch.png",
multi-select.jquery.json
@@ -21,12 +21,7 @@
21
"url": "https://github.com/lou"
22
}
23
],
24
- "licenses": [
25
- {
26
- "type": "wtfpl",
27
- "url": "http://sam.zoy.org/wtfpl/COPYING"
28
- }
29
- ],
+ "license": "MIT",
30
"bugs": "https://github.com/lou/multi-select/issues",
31
"homepage": "http://loudev.com/",
32
"docs": "http://loudev.com/",
0 commit comments