From f0394c14001148ceba01d75cc83fdb8433236db1 Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Wed, 13 May 2026 12:39:18 -0500 Subject: [PATCH] Forgot to prepend package name with the @BridgemanAccessible piece --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5521fd5..95fcfc0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ba-web-components", + "name": "@BridgemanAccessible/ba-web-components", "version": "1.0.0", "description": "A library of front-end components that can be reused across different apps.", "main": "dist/index.js",