summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bower.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index c194704..161b8e2 100644
--- a/bower.json
+++ b/bower.json
@@ -1,8 +1,12 @@
{
"name": "multiselect",
"version": "0.9.8",
- "main": ["css/multi-select.css", "img/switch.png", "js/jquery.multi-select.js"],
+ "main": [
+ "./css/multi-select.css",
+ "./img/switch.png",
+ "./js/jquery.multi-select.js"
+ ],
"dependencies" : {
"jquery" ">= 1.7.1"
}
-} \ No newline at end of file
+}