Skip to content

Commit

Permalink
Merge pull request #98 from thasner/master
Browse files Browse the repository at this point in the history
Fix bower.json
  • Loading branch information
claviska committed Sep 10, 2015
2 parents c138315 + 909a8b2 commit b3fb99f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "jquery-jq-dropdown",
"version": "2.0.1",
"main": [
"./jquery.dropdown.less",
"./jquery.dropdown.js"
"./jquery.dropdown.min.css",
"./jquery.dropdown.min.js"
],
"dependencies": {
"jquery": ">=1.8.0"
}
}
}

0 comments on commit b3fb99f

Please sign in to comment.