Skip to content

Commit

Permalink
Merge e73f9ae into 0274132
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Sep 3, 2014
2 parents 0274132 + e73f9ae commit 38a4ea3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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"
}
}
2 changes: 1 addition & 1 deletion tests/automatic_karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function(config) {
files: [
'../bower_components/angular/angular.js',
'../bower_components/angular-mocks/angular-mocks.js',
'../bower_components/mockfirebase/dist/mockfirebase.js',
'../bower_components/mockfirebase/browser/mockfirebase.js',
'lib/**/*.js',
'../src/module.js',
'../src/**/*.js',
Expand Down
2 changes: 1 addition & 1 deletion tests/sauce_karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function(config) {
files: [
'../bower_components/angular/angular.js',
'../bower_components/angular-mocks/angular-mocks.js',
'../bower_components/mockfirebase/dist/mockfirebase.js',
'../bower_components/mockfirebase/browser/mockfirebase.js',
'lib/**/*.js',
'../dist/angularfire.js',
'mocks/**/*.js',
Expand Down

0 comments on commit 38a4ea3

Please sign in to comment.