Skip to content

Commit

Permalink
Move mockfirebase to devDeps
Browse files Browse the repository at this point in the history
also update it to 0.3.0
  • Loading branch information
cebor committed Aug 30, 2014
1 parent 0274132 commit a2681dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"dependencies": {
"angular": "1.2.x || 1.3.x",
"firebase": "1.0.x",
"firebase-simple-login": "1.6.x",
"mockfirebase": "~0.2.9"
"firebase-simple-login": "1.6.x"
},
"devDependencies": {
"lodash": "~2.4.1",
"angular-mocks": "~1.2.18"
"angular-mocks": "~1.2.18",
"mockfirebase": "~0.3.0"
}
}

0 comments on commit a2681dd

Please sign in to comment.