From 45bec98a63f25901a8371dc2077da001cc1d17c5 Mon Sep 17 00:00:00 2001 From: Michael Gray Date: Wed, 24 Aug 2016 11:07:57 +0100 Subject: [PATCH 1/2] Update bower.json Lists the main files used for the project and allows for build tool injection. --- bower.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bower.json b/bower.json index b1bf427..f9b4062 100644 --- a/bower.json +++ b/bower.json @@ -31,5 +31,9 @@ ], "resolutions": { "jquery": "~1.10.2" + }, + "main": { + "dist/so-multiselect.css", + "dist/so-multiselect.js" } } From cd1536b3b83779ec49c3d525921d8ef1c2463090 Mon Sep 17 00:00:00 2001 From: Michael Gray Date: Wed, 24 Aug 2016 11:24:27 +0100 Subject: [PATCH 2/2] Update bower.json --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index f9b4062..bf656fc 100644 --- a/bower.json +++ b/bower.json @@ -32,8 +32,8 @@ "resolutions": { "jquery": "~1.10.2" }, - "main": { + "main": [ "dist/so-multiselect.css", "dist/so-multiselect.js" - } + ] }