Add angular-http-auth override for angular <1.2.0

This commit is contained in:
Jan Peša
2015-02-08 19:20:16 +01:00
parent 88e5dbc88d
commit a3939cd2eb
@@ -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"]
}
}
}