From a3ea11ee949fb27569a5cac7162458ef5147449c Mon Sep 17 00:00:00 2001 From: Dan Caddigan Date: Thu, 9 Apr 2015 20:14:45 -0400 Subject: [PATCH] Added registry attribute to bower.json * Otherwise, it's hard to track down where this package came from --- bower.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 8f6991b..207d5d8 100644 --- a/bower.json +++ b/bower.json @@ -15,5 +15,9 @@ "main": ["./ui-bootstrap-tpls.js"], "dependencies": { "angular": ">=1 <1.3.0" - } + }, + "repository" : { + "type": "git", + "url": "https://github.com/angular-ui/bootstrap-bower.git" + } }