Merge pull request #161 from smajl/master

Add angular-strap override
This commit is contained in:
Guy Bedford
2015-02-07 13:27:48 +02:00
@@ -0,0 +1,14 @@
{
"directories": {
"lib": "dist"
},
"main": "angular-strap.tpl",
"dependencies": {
"angular": "^1.2.0"
},
"shim": {
"angular-strap.tpl": {
"deps": ["./angular-strap", "angular"]
}
}
}