From bcf9de02bd249585d3d6ca22bdb9ff0c52a639ef Mon Sep 17 00:00:00 2001 From: Jarreddebeer Date: Thu, 29 Aug 2013 08:44:47 +0200 Subject: [PATCH] Update registry.json updating depends for angular-ui.css to reference local directory --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index d0a6032..0af6a2e 100644 --- a/registry.json +++ b/registry.json @@ -10,7 +10,7 @@ "angular-ui": { "location": "cdnjs:angular-ui/0.4.0", "main": "angular-ui", - "depends": ["angular-ui.css!"] + "depends": ["./angular-ui.css!"] }, "bootstrap": { "location": "github:twbs/bootstrap",