We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b021b4d commit b945ca5Copy full SHA for b945ca5
package.json
@@ -2,7 +2,7 @@
2
"name": "firebase-admin",
3
"version": "5.2.1",
4
"description": "Firebase admin SDK for Node.js",
5
- "author": "Firebase (https://firebase.google.com/)",
+ "author": "Firebase <[email protected]> (https://firebase.google.com/)",
6
"license": "Apache-2.0",
7
"homepage": "https://firebase.google.com/",
8
"scripts": {
@@ -15,6 +15,10 @@
15
"realtime",
16
"authentication"
17
],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/firebase/firebase-admin-node"
21
+ },
22
"main": "lib/index.js",
23
"files": [
24
"lib/",
0 commit comments