We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c36c7e commit 086e515Copy full SHA for 086e515
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bootstrap-multiselect",
3
- "version": "0.10.00",
+ "version": "0.10.01",
4
"description": "JQuery multiselect plugin based on Twitter Bootstrap.",
5
"main": "dist/js/bootstrap-multiselect.js",
6
"directories": {
@@ -39,5 +39,5 @@
39
"karma-phantomjs-launcher": "*",
40
"karma-chrome-launcher": "*"
41
},
42
- "types": "./types/index.d.ts"
+ "types": "./types/bootstrap-multiselect/index.d.ts"
43
}
0 commit comments