Merge pull request #241 from smajl/patch-1

Add angular-smart-table registry and override
This commit is contained in:
Guy Bedford
2015-03-05 01:00:40 +02:00
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"main": "smart-table",
"directories": {
"lib": "dist"
},
"registry": "jspm",
"dependencies": {
"angular": "^1.2.0"
},
"shim": {
"smart-table": {
"deps": ["angular"]
}
}
}