From a277552d47e982624b05438067986efac018d754 Mon Sep 17 00:00:00 2001 From: didericis Date: Tue, 30 Sep 2025 18:13:40 -0400 Subject: [PATCH] docs(README): fix test shield link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c31d552..1d68c93 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # bare-bundle-transform-plugin-babel [![NPM Version](https://img.shields.io/npm/v/bare-bundle-transform-plugin-babel)](https://npmjs.com/package/bare-bundle-transform-plugin-babel) -[![Tests](https://img.shields.io/github/actions/workflow/status/didericis/bare-bundle-transform-plugin-babel/test.yml?label=tests)](https://github.com/Didericis/bare-bundle-transform/actions/workflows/test.yml) +[![Tests](https://img.shields.io/github/actions/workflow/status/didericis/bare-bundle-transform-plugin-babel/test.yml?label=tests)](https://github.com/Didericis/bare-bundle-transform-plugin-babel/actions/workflows/test.yml) Plugin for [bare-bundle-transform](https://github.com/Didericis/bare-bundle-transform) that applies a babel transformation to every file with a `.cjs`, `.mjs`, and `.js` extension.