add: override for bower-angular-animate 1.3.0-rc.1

This commit is contained in:
Andreas Grimm
2014-09-13 01:49:37 +02:00
parent 3f50a48463
commit 46a5a4aac5
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"main": "angular-animate",
"shim": {
"angular-animate": {
"deps": ["angular"]
}
},
"registry": "jspm",
"dependencies": {
"angular": "1.3.0-rc.1"
},
"buildConfig": {
"minify": true
}
}