Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 03ae19d

Browse files
author
jwngr
committed
Upgraded Firebase dependency to 2.2.x
1 parent 0408ccc commit 03ae19d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
"dependencies": {
3333
"angular": "1.2.x || 1.3.x",
34-
"firebase": "2.1.x"
34+
"firebase": "2.2.x"
3535
},
3636
"devDependencies": {
3737
"angular-mocks": "~1.3.11",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"angular": "1.3.x",
35-
"firebase": "2.1.x"
35+
"firebase": "2.2.x"
3636
},
3737
"devDependencies": {
3838
"coveralls": "^2.11.2",

0 commit comments

Comments
 (0)