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?
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.jsonto include the repo directory.Example:
@aws-amplify/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?