From dc479ad1b1db3724b747791dd4fd62ab05c6cfda Mon Sep 17 00:00:00 2001 From: James Garbutt <43081j@users.noreply.github.com> Date: Wed, 15 Oct 2025 11:10:40 +0100 Subject: [PATCH] chore: fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1059087..ae55447 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you'd like to always report install size, whether it reduces or increases, yo - name: Create Diff uses: e18e/action-dependency-diff@v1 with: - size-threshold: '-1' + size-threshold: -1 ``` ## Package Bundle Analysis