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
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:
parent
f0394c1400
commit
8f0c91a74a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@BridgemanAccessible/ba-web-components",
|
"name": "ba-web-components",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A library of front-end components that can be reused across different apps.",
|
"description": "A library of front-end components that can be reused across different apps.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "ba-web-components",
|
"name": "@BridgemanAccessible/ba-web-components",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A library of front-end components that can be reused across different apps.",
|
"description": "A library of front-end components that can be reused across different apps.",
|
||||||
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-components",
|
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-components",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue