Skip to content

Update registry.directory for all package.json #14790

Description

@mbtools

Is this related to a new or existing framework?

No response

Is this related to a new or existing API?

No response

Is this related to another service?

no

Describe the feature you'd like to request

Currently, the package.json files point to repository. However, the directory of the package in this big monorepo is missing.

Describe the solution you'd like

Change package.json to include the repo directory.

Example: @aws-amplify/analytics:

"homepage": "https://aws-amplify.github.io/",
"repository": {
  "type": "git",
  "url": "https://github.com/aws-amplify/amplify-js.git",
  "directory": "packages/analytics"
},

Are you open for a PR that adjusts all package.json accordingly?

Describe alternatives you've considered

n/a

Additional context

No response

Is this something that you'd be interested in working on?

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions