From 77c3a264fb65d25110ea4aca777200e1384b1524 Mon Sep 17 00:00:00 2001 From: Tom Hasner Date: Wed, 9 Sep 2015 22:58:27 -0400 Subject: [PATCH] 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. --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index df1203a..275a9f1 100644 --- a/bower.json +++ b/bower.json @@ -2,10 +2,10 @@ "name": "jquery-jq-dropdown", "version": "2.0.1", "main": [ - "./jquery.dropdown.less", + "./jquery.dropdown.css", "./jquery.dropdown.js" ], "dependencies": { "jquery": ">=1.8.0" } -} \ No newline at end of file +}