Skip to content

Commit 086e515

Browse files
committed
Fix type information path
1 parent 8c36c7e commit 086e515

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-multiselect",
3-
"version": "0.10.00",
3+
"version": "0.10.01",
44
"description": "JQuery multiselect plugin based on Twitter Bootstrap.",
55
"main": "dist/js/bootstrap-multiselect.js",
66
"directories": {
@@ -39,5 +39,5 @@
3939
"karma-phantomjs-launcher": "*",
4040
"karma-chrome-launcher": "*"
4141
},
42-
"types": "./types/index.d.ts"
42+
"types": "./types/bootstrap-multiselect/index.d.ts"
4343
}

0 commit comments

Comments
 (0)