Skip to content

Commit

Permalink
Upgrading FirebaseSimpleLogin to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katowulf committed Mar 6, 2014
1 parent 5afb486 commit 0db1c4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"angular": "~1.2.0",
"firebase": "~1.0.5",
"firebase-simple-login": "~1.2.5"
"firebase-simple-login": "~1.3.0"
},
"devDependencies": {
"angular-mocks" : "~1.2.0",
Expand Down
6 changes: 4 additions & 2 deletions tests/automatic_karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ module.exports = function(config) {
'../bower_components/angular/angular.js',
'../bower_components/angular-mocks/angular-mocks.js',
'../lib/omnibinder-protocol.js',
'firebase-mock.js',
'unit/**/*.spec.js'
'lib/lodash.js',
'lib/sinon.js',
'lib/MockFirebase.js',
'unit/*.spec.js'
],

autoWatch: true,
Expand Down

0 comments on commit 0db1c4f

Please sign in to comment.