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 b58d14f commit a0cf7ccCopy full SHA for a0cf7cc
.github/CODEOWNERS
@@ -1,13 +1,9 @@
1
-# All documentation changes, e.g. changelogs & readmes.
2
-*.md @rachelsaunders
3
-*/extension.yaml @rachelsaunders
4
-
5
# Dependencies, package.json and mono-repo files
6
-package.json @Salakar @Ehesp
7
-*/package.json @Salakar @Ehesp
8
-lerna.json @Salakar @Ehesp
+package.json @firebase/invertase
+*/package.json @firebase/invertase
+lerna.json @firebase/invertase
9
10
# Tests
11
-jest.config.js @Salakar @Ehesp
12
-*/jest.config.js @Salakar @Ehesp
13
-__tests__/* @Salakar @Ehesp
+jest.config.js @firebase/invertase
+*/jest.config.js @firebase/invertase
+__tests__/* @firebase/invertase
0 commit comments