add alias for angular-xeditable, fix override
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -44,6 +44,7 @@
|
||||
"angular-ui-tree": "github:angular-ui-tree/angular-ui-tree",
|
||||
"angular-ui-utils": "github:angular-ui/ui-utils",
|
||||
"angular-youtube-embed": "github:brandly/angular-youtube-embed",
|
||||
"angular-xeditable": "github:vitalets/angular-xeditable",
|
||||
"any-http-angular": "npm:any-http-angular",
|
||||
"any-http-jquery": "npm:any-http-jquery",
|
||||
"any-http-reqwest": "npm:any-http-reqwest",
|
||||
|
||||
Reference in New Issue
Block a user