Merge pull request #563 from lookfirst/patch-20

Create angular-sortable-view@0.0.13.json
This commit is contained in:
Guy Bedford
2015-09-16 14:24:01 +02:00
@@ -0,0 +1,14 @@
{
"dependencies": {
"angular": "^1.4.0"
},
"main": "src/angular-sortable-view",
"registry": "jspm",
"shim": {
"src/angular-sortable-view": {
"deps": [
"angular"
]
}
}
}