Selaa lähdekoodia

Remove bad trailing comma (#1737)

Also removed the comments since they look bad in the GitHub UI
Sam Stern 7 vuotta sitten
vanhempi
sitoutus
fd8f762965
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. 1 4
      .opensource/project.json

+ 1 - 4
.opensource/project.json

@@ -8,7 +8,6 @@
 
     "content": "README.md",
 
-    // Other markdown pages that should be rendered nicely
     "pages" : [
         "ROADMAP.md",
         "Carthage.md",
@@ -16,11 +15,9 @@
         "CODE_OF_CONDUCT.md"
     ],
 
-    // Related projects on Github, in the format $owner/$repo[/$subproject]
-    // where subproject is optional.
     "related": [
       "firebase/quickstart-ios",
       "firebase/firebaseui-ios"
-    ],
+    ]
 
 }