From 4163e9b1a8762a067b868c3a8bf147ea2400817c Mon Sep 17 00:00:00 2001 From: nickfrosty <75431177+nickfrosty@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:34:34 -0500 Subject: [PATCH 1/2] fix: no-warnings --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index fae83e4..ec5a2dc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env node --no-warnings +#!/usr/bin/env node import { assertRuntimeVersion } from "@/lib/node"; import { checkForSelfUpdate } from "@/lib/npm"; From 6340e2c88a1b5846183f0687269dc317d46f24e3 Mon Sep 17 00:00:00 2001 From: nickfrosty <75431177+nickfrosty@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:35:11 -0500 Subject: [PATCH 2/2] chore: changeset --- .changeset/tiny-plums-tap.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tiny-plums-tap.md diff --git a/.changeset/tiny-plums-tap.md b/.changeset/tiny-plums-tap.md new file mode 100644 index 0000000..6f3a409 --- /dev/null +++ b/.changeset/tiny-plums-tap.md @@ -0,0 +1,5 @@ +--- +"mucho": patch +--- + +fix no warning breakage