add alias for angular-xeditable, fix override

This commit is contained in:
Andreas Grimm
2015-03-13 09:21:22 +01:00
parent cd7746ac83
commit 675994aeca
2 changed files with 14 additions and 2 deletions
@@ -1,3 +1,14 @@
{
"main": "dist/js/xeditable.min"
}
"main": "dist/js/xeditable",
"shim": {
"dist/js/xeditable": {
"deps": [
"angular"
]
}
},
"registry": "jspm",
"dependencies": {
"angular": "^1.3.0"
}
}