From 0ba56e963bb9e53f0d86092b58977ce7a7eae6ad Mon Sep 17 00:00:00 2001 From: Adam Kecer Date: Thu, 13 Aug 2015 12:46:07 +0200 Subject: [PATCH] Update bower.json http://bower.io/docs/creating-packages/#main *The entry-point files necessary to use your package. Only one file per filetype.* Original config does not specify the css file. Because of that, bower/gulp (and other tools) may be unaware of it's presence. I know this repo is no longer maintained, but it might come in handy for somebody. --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 75d28dc..b3750fa 100644 --- a/bower.json +++ b/bower.json @@ -12,7 +12,10 @@ "angularjs" ], "license": "MIT", - "main": "./angucomplete.js", + "main": [ + "./angucomplete.js", + "./angucomplete.css" + ], "ignore": [ "example", "bower_components",