Skip to content

Commit f83c621

Browse files
authored
Clean up OSS config
1 parent 96f159e commit f83c621

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.opensource/project.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88
],
99

1010
"content": "README.md",
11-
12-
// These are relative paths in the same repo,
13-
// each of these paths must have a .opensource/project.json
14-
"subprojects": [],
1511

16-
// Other markdown pages that should be rendered nicely
1712
"pages" : [
1813
"auth/README.md",
1914
"database/README.md",
@@ -24,18 +19,10 @@
2419
"docs/upgrade-to-4.0.md"
2520
],
2621

27-
// Related projects on Github, in the format $owner/$repo[/$subproject]
28-
// where subproject is optional.
2922
"related": [
3023
"firebase/firebaseui-ios",
3124
"firebase/firebaseui-web"
32-
],
33-
34-
"tags": [
35-
"firebase-auth",
36-
"firebase-database",
37-
"firebase-firestore",
38-
"firebase-storage"
3925
]
40-
}
26+
27+
}
4128

0 commit comments

Comments
 (0)