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.
17 lines
244 B
JSON
17 lines
244 B
JSON
{
|
|
"main": "dist/angularfire.js",
|
|
"shim": {
|
|
"dist/angularfire": {
|
|
"deps": [
|
|
"firebase",
|
|
"angular"
|
|
]
|
|
}
|
|
},
|
|
"registry": "jspm",
|
|
"dependencies": {
|
|
"angular": "^1.3.0",
|
|
"firebase": "^2.0.0"
|
|
}
|
|
}
|