Update angularfire override with version 1.1.4

because we missed the major release, this could be a breaking change for anyone using it already with custom shims. We need to remove the directories.lib override to ensure it is non-breaking.
This commit is contained in:
Damien Lebrun
2016-03-15 15:00:15 +00:00
parent d72d62f65c
commit bbf1ebe106
@@ -0,0 +1,16 @@
{
"main": "dist/angularfire.js",
"shim": {
"dist/angularfire": {
"deps": [
"firebase",
"angular"
]
}
},
"registry": "jspm",
"dependencies": {
"angular": "^1.3.0",
"firebase": "^2.0.0"
}
}