diff --git a/package-overrides/github/witoldsz/angular-http-auth@1.0.0.json b/package-overrides/github/witoldsz/angular-http-auth@1.0.0.json new file mode 100644 index 0000000..96263a7 --- /dev/null +++ b/package-overrides/github/witoldsz/angular-http-auth@1.0.0.json @@ -0,0 +1,15 @@ +{ + "directories": { + "lib": "src" + }, + "main": "http-auth-interceptor", + "dependencies": { + "angular": "~1.1.0" + }, + "registry": "jspm", + "shim": { + "http-auth-interceptor": { + "deps": ["angular"] + } + } +} diff --git a/package-overrides/github/witoldsz/angular-http-auth@1.2.0.json b/package-overrides/github/witoldsz/angular-http-auth@1.2.0.json new file mode 100644 index 0000000..4379e55 --- /dev/null +++ b/package-overrides/github/witoldsz/angular-http-auth@1.2.0.json @@ -0,0 +1,15 @@ +{ + "directories": { + "lib": "src" + }, + "main": "http-auth-interceptor", + "dependencies": { + "angular": "^1.2.0" + }, + "registry": "jspm", + "shim": { + "http-auth-interceptor": { + "deps": ["angular"] + } + } +} diff --git a/registry.json b/registry.json index 02307e8..467f4cb 100644 --- a/registry.json +++ b/registry.json @@ -15,6 +15,7 @@ "angular-aria": "github:angular/bower-angular-aria", "angular-bootstrap": "github:angular-ui/bootstrap-bower", "angular-cookies": "github:angular/bower-angular-cookies", + "angular-http-auth": "github:witoldsz/angular-http-auth", "angular-locker": "github:tymondesigns/angular-locker", "angular-material": "github:angular/bower-material", "angular-messages": "github:angular/bower-angular-messages",