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" + } }