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:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user