Skip to content

fix(core-lib): update package.json with missing details#225

Merged
panz3r merged 1 commit intomainfrom
fix/core-lib-manifest
Mar 17, 2026
Merged

fix(core-lib): update package.json with missing details#225
panz3r merged 1 commit intomainfrom
fix/core-lib-manifest

Conversation

@panz3r
Copy link
Member

@panz3r panz3r commented Mar 17, 2026

Affected Package(s)

  • @forward-software/react-auth (lib)
  • @forward-software/react-auth-google (packages/google-signin)
  • Examples
  • CI/CD / Repository configuration

Related Issue(s)

Description of Changes

This pull request makes a minor update to the lib/package.json file to clarify the repository structure and homepage URL for the package.

  • Updated the repository field to include a directory property pointing to lib, indicating the package is located within the lib subdirectory.
  • Updated the homepage field to direct users to the lib subdirectory on GitHub, rather than the repository root.

Breaking Changes

None

How to Test

  1. CI Checks: Verify that all automated tests (Vitest) and build steps pass successfully on this PR.
  2. Local Verification (Optional):
    • Run pnpm install to install dependencies.
    • Run pnpm --filter <affected-package> test to run tests for the affected package.
    • Run pnpm --filter <affected-package> build to verify the build succeeds.
    • Run pnpm --filter <affected-package> lint to check for linting errors.

Checklist

  • My code follows the project's style guidelines
  • I have added or updated tests to cover the changes
  • I have updated relevant documentation
  • All tests are passing locally
  • CI checks are passing
  • I have reviewed my own code and lock file changes
  • I have checked for any potential security implications
  • I have verified the changes work as expected
  • My commit messages follow Conventional Commits format

Notes for Reviewers

@panz3r panz3r self-assigned this Mar 17, 2026
@panz3r panz3r added the bug Something isn't working label Mar 17, 2026
@panz3r panz3r merged commit 8d7debd into main Mar 17, 2026
11 checks passed
@panz3r panz3r deleted the fix/core-lib-manifest branch March 17, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant