Skip to content

Commit c330618

Browse files
kimroenJamieMason
authored andcommitted
docs(site): add missing closing quote in example
Closes #277
1 parent 476a849 commit c330618

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"Jamie Mason (https://github.com/JamieMason)",
3535
"Jody Heavener (https://github.com/jodyheavener)",
3636
"Keyan Zhang (https://github.com/keyz)",
37+
"Kim Røen (https://github.com/kimroen)",
3738
"Luis Vieira (https://github.com/luisvieiragmr)",
3839
"Maksim Nesterenko (https://github.com/maksnester)",
3940
"Marais Rossouw (https://github.com/maraisr)",

site/src/partials/group-config/_packages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packages: ["@my-repo/**"]
1818
packages: ["my-server", "my-client"]
1919

2020
// ✅ match all packages except negated ones
21-
packages: ["!my-server", "!@my-repo/**]
21+
packages: ["!my-server", "!@my-repo/**"]
2222

2323
// ❌ no mixing of specific and negated packages
2424
packages: ["my-client", "!@my-repo/**"]

0 commit comments

Comments
 (0)