Fine tune angular-strap override
This commit is contained in:
@@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user