Add angular-smart-table override

This commit is contained in:
Jan Peša
2015-03-04 23:29:28 +01:00
parent 144d822987
commit 70e9a85bff
@@ -0,0 +1,15 @@
{
"main": "smart-table",
"directories": {
"lib": "dist"
},
"registry": "jspm",
"dependencies": {
"angular": "^1.2.0"
},
"shim": {
"smart-table": {
"deps": ["angular"]
}
}
}