diff --git a/bower.json b/bower.json index 7efeccf4..9783e53e 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,7 @@ "description": "The officially supported AngularJS binding for Firebase", "version": "0.0.0", "authors": [ - "Firebase (https://www.firebase.com/)" + "Firebase (https://firebase.google.com/)" ], "homepage": "https://github.com/firebase/angularfire", "repository": { diff --git a/package.json b/package.json index 663c9b6e..4dc0e12e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "angularfire", "description": "The officially supported AngularJS binding for Firebase", "version": "0.0.0", - "author": "Firebase (https://www.firebase.com/)", + "author": "Firebase (https://firebase.google.com/)", "homepage": "https://github.com/firebase/angularfire", "repository": { "type": "git", @@ -26,6 +26,9 @@ "README.md", "package.json" ], + "dependencies": { + "firebase": "3.x.x" + }, "peerDependencies": { "angular": "^1.3.0", "firebase": "3.x.x" @@ -34,7 +37,6 @@ "angular": "^1.3.0", "angular-mocks": "~1.4.6", "coveralls": "^2.11.2", - "firebase": "2.x.x", "grunt": "~0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-concat": "^0.5.0",