Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(*): add directory details to the package.json of all packages #11145

Closed
wants to merge 2 commits into from
Closed

chore(*): add directory details to the package.json of all packages #11145

wants to merge 2 commits into from

Commits on Apr 25, 2019

  1. chore(build): add directory details to the package.json of all packages

    Specifying the directory as part of the `repository` field in a `package.json`
    allows third party tools to provide better support when working with monorepos.
    For example, it allows them to correctly construct a commit diff for a specific
    package.
    
    This format was accepted by npm in npm/rfcs#19.
    greysteil authored and sidharthachatterjee committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    25e1f01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86f2de1 View commit details
    Browse the repository at this point in the history