From 3a609a20ebde959c812c1ebb2d1cf3a6eec553c8 Mon Sep 17 00:00:00 2001 From: Matthew Davies Date: Mon, 14 Apr 2014 13:25:40 -0700 Subject: [PATCH] Closes #35: Added CSS file to the bower.json --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 0c65612..5672352 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ngprogress", "version": "1.0.4", - "main": "build/ngProgress.js", + "main": ["build/ngProgress.js", "ngProgress.css"], "ignore": [ "**/.*", "node_modules", @@ -14,4 +14,4 @@ "karma.conf.js", "index.html" ] -} \ No newline at end of file +}