From 218074e26eddbb5b995e5b8da02af91862e0f799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radzis=C5=82aw=20Galler?= Date: Wed, 5 Feb 2014 01:36:54 +0100 Subject: [PATCH] Corrected main path The `main` property pointed to invalid path and file name. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index bb2f260f..0ee26c89 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "angular-ui-utils", "version": "0.1.0", - "main": "./modules/utils.js", + "main": "./ui-utils.js", "dependencies": { "angular": ">= 1.0.2" }