Merge pull request #200 from smajl/patch-3
Add restangular registry and override
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"main": "restangular",
|
||||||
|
"directories": {
|
||||||
|
"lib": "dist"
|
||||||
|
},
|
||||||
|
"registry": "jspm",
|
||||||
|
"dependencies": {
|
||||||
|
"angular": "^1.2.0",
|
||||||
|
"lodash": "*"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"restangular": {
|
||||||
|
"deps": ["angular", "lodash"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -186,6 +186,7 @@
|
|||||||
"reqwest": "github:ded/reqwest",
|
"reqwest": "github:ded/reqwest",
|
||||||
"respond": "github:scottjehl/Respond",
|
"respond": "github:scottjehl/Respond",
|
||||||
"rest": "github:cujojs/rest",
|
"rest": "github:cujojs/rest",
|
||||||
|
"restangular": "github:mgonto/restangular",
|
||||||
"rx": "npm:rx",
|
"rx": "npm:rx",
|
||||||
"select2": "github:ivaynberg/select2",
|
"select2": "github:ivaynberg/select2",
|
||||||
"showdown": "github:showdownjs/showdown",
|
"showdown": "github:showdownjs/showdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user