Accidentally changed package.json instead of package.lib.json
All checks were successful
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Successful in 54s

This commit is contained in:
Alan Bridgeman 2026-05-13 12:48:33 -05:00
parent f0394c1400
commit 8f0c91a74a
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"name": "@BridgemanAccessible/ba-web-components",
"name": "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",

View file

@ -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.",
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-components",