Add override for platanus/angular-restmod

This commit is contained in:
Robin Summerhill
2015-03-16 16:52:26 +00:00
parent 06d31da734
commit 59d9365c8d
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"directories": {
"lib": "dist"
},
"main": "angular-restmod-bundle",
"shim": {
"angular-restmod": {
"deps": ["angular"]
}
},
"registry": "jspm",
"dependencies": {
"angular": "*"
}
}