This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 "dependencies" : {
3333 "angular" : " 1.2.x || 1.3.x" ,
3434 "firebase" : " 1.0.x" ,
35- "firebase-simple-login" : " 1.6.x" ,
36- "mockfirebase" : " ~0.2.9"
35+ "firebase-simple-login" : " 1.6.x"
3736 },
3837 "devDependencies" : {
3938 "lodash" : " ~2.4.1" ,
40- "angular-mocks" : " ~1.2.18"
39+ "angular-mocks" : " ~1.2.18" ,
40+ "mockfirebase" : " 0.3"
4141 }
4242}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module.exports = function(config) {
2929 files : [
3030 '../bower_components/angular/angular.js' ,
3131 '../bower_components/angular-mocks/angular-mocks.js' ,
32- '../bower_components/mockfirebase/dist /mockfirebase.js' ,
32+ '../bower_components/mockfirebase/browser /mockfirebase.js' ,
3333 'lib/**/*.js' ,
3434 '../src/module.js' ,
3535 '../src/**/*.js' ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = function(config) {
2020 files : [
2121 '../bower_components/angular/angular.js' ,
2222 '../bower_components/angular-mocks/angular-mocks.js' ,
23- '../bower_components/mockfirebase/dist /mockfirebase.js' ,
23+ '../bower_components/mockfirebase/browser /mockfirebase.js' ,
2424 'lib/**/*.js' ,
2525 '../dist/angularfire.js' ,
2626 'mocks/**/*.js' ,
You can’t perform that action at this time.
0 commit comments