From c396087f448930fcc82c2f0e0b90770b4b3ec363 Mon Sep 17 00:00:00 2001 From: didericis Date: Tue, 30 Sep 2025 18:08:15 -0400 Subject: [PATCH] docs(README): add shields for npm and tests --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c561e8c..c31d552 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 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) + 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. ## Usage