From 0295693757095761392b925e2b18bed57af3dc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pe=C5=A1a?= Date: Sun, 8 Feb 2015 19:15:27 +0100 Subject: [PATCH 1/4] Add angular-http-auth registry --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 911575e..35222f5 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", From 88e5dbc88da72869bbc283b4e7d00935f6311e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pe=C5=A1a?= Date: Sun, 8 Feb 2015 19:19:26 +0100 Subject: [PATCH 2/4] Add angular-http-auth override for angular ^1.2.0 --- .../github/witoldsz/angular-http-auth@1.2.0.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package-overrides/github/witoldsz/angular-http-auth@1.2.0.json 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"] + } + } +} From a3939cd2ebd8cf3a810165e3b3c62cdfc8e25a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pe=C5=A1a?= Date: Sun, 8 Feb 2015 19:20:16 +0100 Subject: [PATCH 3/4] Add angular-http-auth override for angular <1.2.0 --- .../github/witoldsz/angular-http-auth@1.0.0.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package-overrides/github/witoldsz/angular-http-auth@1.0.0.json 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..3835576 --- /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.0.0 <1.2.0" + }, + "registry": "jspm", + "shim": { + "http-auth-interceptor": { + "deps": ["angular"] + } + } +} From 03c0b75763be3f4f8e3a13f6f634fea9e78a92e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pe=C5=A1a?= Date: Sun, 8 Feb 2015 22:04:31 +0100 Subject: [PATCH 4/4] Use version supported by jspm --- package-overrides/github/witoldsz/angular-http-auth@1.0.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 3835576..96263a7 100644 --- a/package-overrides/github/witoldsz/angular-http-auth@1.0.0.json +++ b/package-overrides/github/witoldsz/angular-http-auth@1.0.0.json @@ -4,7 +4,7 @@ }, "main": "http-auth-interceptor", "dependencies": { - "angular": "^1.0.0 <1.2.0" + "angular": "~1.1.0" }, "registry": "jspm", "shim": {