Skip to content

Commit 909a8b2

Browse files
committed
Fix bower.json
The `main` entries are loaded by something like [wiredep](https://github.com/taptapship/wiredep) usually and should contain compiled js/css files.
1 parent c138315 commit 909a8b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "jquery-jq-dropdown",
33
"version": "2.0.1",
44
"main": [
5-
"./jquery.dropdown.less",
6-
"./jquery.dropdown.js"
5+
"./jquery.dropdown.min.css",
6+
"./jquery.dropdown.min.js"
77
],
88
"dependencies": {
99
"jquery": ">=1.8.0"
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)