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

Commit afa0788

Browse files
committed
Merge pull request #736 from firebase/jw-fix-package-json
Re-added Firebase as a regular dep in package.json
2 parents 6f4a82c + 627d004 commit afa0788

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The officially supported AngularJS binding for Firebase",
44
"version": "0.0.0",
55
"authors": [
6-
"Firebase <[email protected]> (https://www.firebase.com/)"
6+
"Firebase (https://firebase.google.com/)"
77
],
88
"homepage": "https://github.com/firebase/angularfire",
99
"repository": {

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angularfire",
33
"description": "The officially supported AngularJS binding for Firebase",
44
"version": "0.0.0",
5-
"author": "Firebase <[email protected]> (https://www.firebase.com/)",
5+
"author": "Firebase (https://firebase.google.com/)",
66
"homepage": "https://github.com/firebase/angularfire",
77
"repository": {
88
"type": "git",
@@ -26,6 +26,9 @@
2626
"README.md",
2727
"package.json"
2828
],
29+
"dependencies": {
30+
"firebase": "3.x.x"
31+
},
2932
"peerDependencies": {
3033
"angular": "^1.3.0",
3134
"firebase": "3.x.x"
@@ -34,7 +37,6 @@
3437
"angular": "^1.3.0",
3538
"angular-mocks": "~1.4.6",
3639
"coveralls": "^2.11.2",
37-
"firebase": "2.x.x",
3840
"grunt": "~0.4.5",
3941
"grunt-cli": "^0.1.13",
4042
"grunt-contrib-concat": "^0.5.0",

0 commit comments

Comments
 (0)