diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 7a91263..388e1cf 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -1,4 +1,4 @@ -name: Relase +name: Build and Release on: push: diff --git a/package.json b/package.json index da1dbb2..4e22a23 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "logg", + "name": "@guiiai/logg", "version": "1.0.0", "description": "Yet another simple, nearly zero dependency, structural log compliance logger implementation.", "main": "./dist/index.cjs",