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 0d0a8c9 commit c33b4e2Copy full SHA for c33b4e2
src/packages/storage.gleam
@@ -61,7 +61,7 @@ const ignored_packages = [
61
"gleam_tcp", "gleam_test", "gleam_toml", "gleam_xml", "gleam_mongo",
62
"gleam_bson", "gleam_file", "gleam_yaml",
63
// Unofficial packages impersonating the core team
64
- "gleam_dotenv", "gleam_roman", "gleam_sendgrid",
+ "gleam_dotenv", "gleam_roman", "gleam_sendgrid", "gleam_bbmustache",
65
// Reserved unreleased project names.
66
"glitter", "sequin",
67
]
0 commit comments