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 0d6c0af commit 1da6e98Copy full SHA for 1da6e98
.github/CODEOWNERS
@@ -17,7 +17,7 @@
17
18
*.md
19
package.json
20
-package-lock.json
+pnpm-lock.yaml
21
22
# -------------------------------------------------
23
# All files in the root are owned by dev team
@@ -28,11 +28,4 @@ package-lock.json
28
# --- Owned by none (negate rule above) ---
29
30
/package.json
31
-/package-lock.json
32
-
33
-# -------------------------------------------------
34
-# Files that need attention from Staff
35
36
37
-# README, LICENSE, etc.
38
-/*.md @freeCodeCamp/staff
+/pnpm-lock.yaml
0 commit comments