Fine tune angular-strap override

This commit is contained in:
Jan Peša
2015-02-06 23:42:16 +01:00
parent 8d5244f4e9
commit 096373989d
@@ -1,8 +1,14 @@
{ {
"main": "dist/angular-strap.tpl", "directories": {
"lib": "dist"
},
"main": "angular-strap.tpl",
"dependencies": {
"angular": "^1.2.0"
},
"shim": { "shim": {
"dist/angular-strap-tpl": { "angular-strap.tpl": {
"deps": ["./angular-strap"] "deps": ["./angular-strap", "angular"]
} }
} }
} }