aboutsummaryrefslogtreecommitdiff
path: root/src/cli.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.zig')
-rw-r--r--src/cli.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli.zig b/src/cli.zig
index 79f10049f..0294ea791 100644
--- a/src/cli.zig
+++ b/src/cli.zig
@@ -455,7 +455,7 @@ const HelpCommand = struct {
};
// someone will get mad at me for this
- const packages_to_remove_filler = [_]string{
+ pub const packages_to_remove_filler = [_]string{
"moment",
"underscore",
"jquery",
@@ -466,7 +466,7 @@ const HelpCommand = struct {
"babel-core",
};
- const packages_to_add_filler = [_]string{
+ pub const packages_to_add_filler = [_]string{
"astro",
"react",
"next@^12",