Skip to content

Commit 01e01a9

Browse files
committed
Release v2.2.7
1 parent 04540df commit 01e01a9

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-mock",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"homepage": "https://github.com/soumak77/firebase-mock",
55
"authors": [
66
"Kato"

browser/firebasemock.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** firebase-mock - v2.2.6
1+
/** firebase-mock - v2.2.7
22
https://github.com/soumak77/firebase-mock
33
* Copyright (c) 2016 Brian Soumakian
44
* License: MIT */
@@ -49849,8 +49849,7 @@ FirebaseAuth.prototype.createUserWithEmailAndPassword = function (email, passwor
4984949849

4985049850
FirebaseAuth.prototype.createUser = function (credentials, onComplete) {
4985149851
validateCredentials('createUser', credentials, [
49852-
'email',
49853-
'password'
49852+
'email'
4985449853
]);
4985549854
return this._createUser('createUser', credentials, onComplete);
4985649855
};

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-mock",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"description": "Firebase mock library for writing unit tests",
55
"main": "./src",
66
"scripts": {

0 commit comments

Comments
 (0)